summaryrefslogtreecommitdiff
path: root/include/configs/rmu.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-12-03 23:53:42 +0000
committerwdenk <wdenk>2003-12-03 23:53:42 +0000
commitaf6d1dfc7f62a338f5b1c7b7642bebaacb254f1b (patch)
tree08fdaf71fb13608bd1927208136a5d0f738da8ed /include/configs/rmu.h
parentfd3103bb8ece6b20d5f4974fd672b9ff19f9fe99 (diff)
* Enabled password check on RMU board
* Fix configuration problem with IceCube in LOWBOOT configuration: environment got embedded, corrupting the image layout.
Diffstat (limited to 'include/configs/rmu.h')
-rw-r--r--include/configs/rmu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/rmu.h b/include/configs/rmu.h
index c0c408333..68c35b41b 100644
--- a/include/configs/rmu.h
+++ b/include/configs/rmu.h
@@ -99,6 +99,10 @@
/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
#include <cmd_confdefs.h>
+#define CONFIG_AUTOBOOT_KEYED /* Enable password protection */
+#define CONFIG_AUTOBOOT_PROMPT "\nEnter password - autoboot in %d sec...\n"
+#define CONFIG_AUTOBOOT_DELAY_STR "system"
+
/*
* Miscellaneous configurable options
*/