]> Git Repo - u-boot.git/blobdiff - include/configs/ppmc8260.h
Code cleanup
[u-boot.git] / include / configs / ppmc8260.h
index 38aaf19d75db77bb4e63f5b4c7936154957266df..2ad2867351411ea2feb4ad88a6cbfc7fce5b671a 100644 (file)
 /* Define a command string that is automatically executed when no character
  * is read on the console interface withing "Boot Delay" after reset.
  */
-#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 */
+#undef CONFIG_BOOT_ROOT_INITRD         /* Use ram disk for the root file system */
+#define        CONFIG_BOOT_ROOT_NFS            /* Use a NFS mounted root file system */
 
 #ifdef CONFIG_BOOT_ROOT_INITRD
 #define CONFIG_BOOTCOMMAND \
This page took 0.023817 seconds and 4 git commands to generate.