]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/sbc8260.h
Code cleanup; make several boards compile & link.
[people/ms/u-boot.git] / include / configs / sbc8260.h
index ef96e727717ce89c6c6b994153cb8004c1ee2111..2414093dd7d7119be2649a79eb2c333cc98e7fe3 100644 (file)
 #define CONFIG_BOOT_ROOT_INITRD 0      /* Use ram disk for the root file system */
 #define CONFIG_BOOT_ROOT_NFS   1       /* Use a NFS mounted root file system */
 
-#if CONFIG_BOOT_ROOT_INITRD
+#ifdef CONFIG_BOOT_ROOT_INITRD
 #define CONFIG_BOOTCOMMAND \
        "version;" \
        "echo;" \
        "bootm"
 #endif /* CONFIG_BOOT_ROOT_INITRD */
 
-#if CONFIG_BOOT_ROOT_NFS
+#ifdef CONFIG_BOOT_ROOT_NFS
 #define CONFIG_BOOTCOMMAND \
        "version;" \
        "echo;" \