]> Git Repo - J-u-boot.git/blobdiff - disk/part_mac.c
part: check CONFIG_IS_ENABLED(ENV_SUPPORT)
[J-u-boot.git] / disk / part_mac.c
index e01ae7456618edc7427037077f1f4695107ca90f..ae8263f755ae7e761edbdd466611a168acc03abc 100644 (file)
@@ -20,8 +20,6 @@
 #include "part_mac.h"
 #include <part.h>
 
-#ifdef CONFIG_HAVE_BLOCK_DEVICE
-
 /* stdlib.h causes some compatibility problems; should fixe these! -- wd */
 #ifndef __ldiv_t_defined
 typedef struct {
@@ -247,4 +245,3 @@ U_BOOT_PART_TYPE(mac) = {
        .print          = part_print_mac,
        .test           = part_test_mac,
 };
-#endif
This page took 0.025758 seconds and 4 git commands to generate.