summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@fifi.denx.de>2006-06-16 16:43:33 +0200
committerWolfgang Denk <wd@fifi.denx.de>2006-06-16 16:43:33 +0200
commit1ac7e17e8600a464df87db37abf5a2d251365116 (patch)
tree7daa7a66cb9fb201871911ee05a24ba468aecf83 /include
parentbc8bb6d458a2dfb5ae220b7df057e0f508c538ad (diff)
downloadblackbird-obmc-uboot-1ac7e17e8600a464df87db37abf5a2d251365116.tar.gz
blackbird-obmc-uboot-1ac7e17e8600a464df87db37abf5a2d251365116.zip
Update configuration for CMC-PU2 board
Patch by Martin Krause, 17 Nov 2005
Diffstat (limited to 'include')
-rw-r--r--include/configs/cmc_pu2.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/include/configs/cmc_pu2.h b/include/configs/cmc_pu2.h
index 46280f7e32..572a70f120 100644
--- a/include/configs/cmc_pu2.h
+++ b/include/configs/cmc_pu2.h
@@ -108,7 +108,7 @@
/* still about 20 kB free with this defined */
#define CFG_LONGHELP
-#define CONFIG_BOOTDELAY 3
+#define CONFIG_BOOTDELAY 1
#ifdef CONFIG_HARD_I2C
#define CONFIG_COMMANDS \
@@ -206,15 +206,6 @@ struct bd_info_ext {
#error CONFIG_USE_IRQ not supported
#endif
-#define CFG_DEVICE_NULLDEV 1 /* enble null device */
-#define CONFIG_SILENT_CONSOLE 1 /* enable silent startup */
-
-#define CONFIG_AUTOBOOT_KEYED
-#define CONFIG_AUTOBOOT_PROMPT "autoboot in %d seconds\n"
-#define CONFIG_AUTOBOOT_STOP_STR "R" /* default password */
-
-#define CONFIG_VERSION_VARIABLE 1 /* include version env variable */
-
#define CONFIG_EXTRA_ENV_SETTINGS \
"net_nfs=tftp ${loadaddr} ${bootfile};run nfsargs addip addcons " \
"addmtd;bootm\0" \
OpenPOWER on IntegriCloud