]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - disk/part_mac.c
Remove CONFIG_SYS_BOOTCOUNT_SINGLEWORD
[people/ms/u-boot.git] / disk / part_mac.c
index e31bc9060c700668c8e6453fd245572626bb2c6c..e65930d8e7500f5391d6bd3264563aea6df6d97d 100644 (file)
@@ -19,7 +19,7 @@
 #include <ide.h>
 #include "part_mac.h"
 
-#ifdef HAVE_BLOCK_DEVICE
+#ifdef CONFIG_HAVE_BLOCK_DEVICE
 
 /* stdlib.h causes some compatibility problems; should fixe these! -- wd */
 #ifndef __ldiv_t_defined