diff options
author | wdenk <wdenk> | 2003-12-03 23:53:42 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-12-03 23:53:42 +0000 |
commit | af6d1dfc7f62a338f5b1c7b7642bebaacb254f1b (patch) | |
tree | 08fdaf71fb13608bd1927208136a5d0f738da8ed /include | |
parent | fd3103bb8ece6b20d5f4974fd672b9ff19f9fe99 (diff) | |
download | u-boot-midas-af6d1dfc7f62a338f5b1c7b7642bebaacb254f1b.tar.gz u-boot-midas-af6d1dfc7f62a338f5b1c7b7642bebaacb254f1b.tar.bz2 u-boot-midas-af6d1dfc7f62a338f5b1c7b7642bebaacb254f1b.zip |
* 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')
-rw-r--r-- | include/configs/IceCube.h | 2 | ||||
-rw-r--r-- | include/configs/rmu.h | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/IceCube.h b/include/configs/IceCube.h index 59abaef4a4..f371ba668d 100644 --- a/include/configs/IceCube.h +++ b/include/configs/IceCube.h @@ -206,7 +206,7 @@ # define CFG_RAMBOOT 1 #endif -#define CFG_MONITOR_LEN (256 << 10) /* Reserve 256 kB for Monitor */ +#define CFG_MONITOR_LEN (192 << 10) /* Reserve 192 kB for Monitor */ #define CFG_MALLOC_LEN (128 << 10) /* Reserve 128 kB for malloc() */ #define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */ diff --git a/include/configs/rmu.h b/include/configs/rmu.h index c0c4083330..68c35b41b9 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 */ |