diff options
Diffstat (limited to 'include/configs/ppmc8260.h')
-rw-r--r-- | include/configs/ppmc8260.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ppmc8260.h b/include/configs/ppmc8260.h index fb5ae99e4cc..56b4d92f1a7 100644 --- a/include/configs/ppmc8260.h +++ b/include/configs/ppmc8260.h @@ -237,7 +237,7 @@ /* Define a command string that is automatically executed when no character * is read on the console interface withing "Boot Delay" after reset. */ -#undef CONFIG_BOOT_ROOT_INITRD /* Use ram disk for the 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 |