diff options
author | wdenk <wdenk> | 2004-03-25 15:14:43 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-03-25 15:14:43 +0000 |
commit | b79a11cc2bda7a4d5e00444427a0d06b4e86a990 (patch) | |
tree | 746dd46c12a481c3d0622cb51fcf7865047fba04 /include/configs/sacsng.h | |
parent | 518e2e1ae322251f6452c7b413ecdc70c4605fa1 (diff) |
Code cleanupLABEL_2004_03_25_1630
Diffstat (limited to 'include/configs/sacsng.h')
-rw-r--r-- | include/configs/sacsng.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/sacsng.h b/include/configs/sacsng.h index 0e6be34fe51..cc9774c6a47 100644 --- a/include/configs/sacsng.h +++ b/include/configs/sacsng.h @@ -443,8 +443,8 @@ /* 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 \ |