diff options
author | wdenk <wdenk> | 2003-07-15 20:04:06 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-07-15 20:04:06 +0000 |
commit | 2e5983d2ea5ff21406408c18c5b8fa12d4250908 (patch) | |
tree | 829991db5c6a66aab9219183c887ac0df423976e /include/configs/lwmon.h | |
parent | 6dff55297283ebe16096e25f2dadb54e4b6fd9fc (diff) |
Patches by Kshitij, 04 Jul 2003
- added support for arm925t cpu core
- added support for TI OMAP 1510 Innovator Board
Diffstat (limited to 'include/configs/lwmon.h')
-rw-r--r-- | include/configs/lwmon.h | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/include/configs/lwmon.h b/include/configs/lwmon.h index d427d80adb5..717ba358cd4 100644 --- a/include/configs/lwmon.h +++ b/include/configs/lwmon.h @@ -220,6 +220,19 @@ #define CFG_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 } #endif +/*----------------------------------------------------------------------*/ +#define CONFIG_MODEM_SUPPORT 1 /* enable modem initialization stuff */ +#undef CONFIG_MODEM_SUPPORT_DEBUG + +#define CONFIG_MODEM_KEY_MAGIC "3C+3F" /* press F3 + F6 keys to enable modem */ +#define CONFIG_POST_KEY_MAGIC "3C+3E" /* press F3 + F5 keys to force POST */ +#if 0 +#define CONFIG_AUTOBOOT_KEYED /* Enable "password" protection */ +#define CONFIG_AUTOBOOT_PROMPT "\nEnter password - autoboot in %d sec...\n" +#define CONFIG_AUTOBOOT_DELAY_STR " " /* "password" */ +#endif +/*----------------------------------------------------------------------*/ + /* * Low Level Configuration Settings * (address mappings, register initial values, etc.) @@ -576,9 +589,4 @@ #define BOOTFLAG_COLD 0x01 /* Normal Power-On: Boot from FLASH */ #define BOOTFLAG_WARM 0x02 /* Software reboot */ -#define CONFIG_MODEM_SUPPORT 1 /* enable modem initialization stuff */ -#undef CONFIG_MODEM_SUPPORT_DEBUG - -#define CONFIG_MODEM_KEY_MAGIC "3C+3F" /* press F3 + F6 keys to enable modem */ -#define CONFIG_POST_KEY_MAGIC "3C+3E" /* press F3 + F5 keys to force POST */ #endif /* __CONFIG_H */ |