summaryrefslogtreecommitdiffstats
path: root/include/configs/csb272.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/csb272.h')
-rw-r--r--include/configs/csb272.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/configs/csb272.h b/include/configs/csb272.h
index 27d64c1e43..83247862f7 100644
--- a/include/configs/csb272.h
+++ b/include/configs/csb272.h
@@ -45,32 +45,17 @@
*
*/
-#if 0
-#define CONFIG_BOOTDELAY -1 /* autoboot disabled */
-#else
#define CONFIG_BOOTDELAY 3 /* autoboot after X seconds */
-#endif
#define CONFIG_ZERO_BOOTDELAY_CHECK /* check keypress when bootdelay = 0 */
-#if 1
#undef CONFIG_BOOTARGS
#define CONFIG_BOOTCOMMAND \
"setenv bootargs console=ttyS0,38400 debug " \
"root=/dev/ram rw ramdisk_size=4096 " \
"ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; " \
"bootm fe000000 fe100000"
-#endif
-#if 0
-#undef CONFIG_BOOTARGS
-#define CONFIG_BOOTCOMMAND \
- "bootp; " \
- "setenv bootargs console=ttyS0,38400 debug " \
- "root=/dev/nfs rw nfsroot=${serverip}:${rootpath} " \
- "ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off; " \
- "bootm"
-#endif
/*
* BOOTP/DHCP protocol configuration