diff options
author | Dirk Eibach <eibach@gdsys.de> | 2012-04-26 03:54:25 +0000 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2012-04-30 15:01:17 +0200 |
commit | 996d88d8106cea72cdf7eea46cd990d6caabc430 (patch) | |
tree | 50a918bf2bb4509c340ddd8bb4d89b6bfc665719 /include/configs/gdppc440etx.h | |
parent | 2ade7bee153d801db8246a3e3f06805f8231b677 (diff) | |
download | u-boot-imx-996d88d8106cea72cdf7eea46cd990d6caabc430.zip u-boot-imx-996d88d8106cea72cdf7eea46cd990d6caabc430.tar.gz u-boot-imx-996d88d8106cea72cdf7eea46cd990d6caabc430.tar.bz2 |
powerpc/ppc4xx: Update gdsys board configurations
Signed-off-by: Dirk Eibach <eibach@gdsys.de>
Cc: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/gdppc440etx.h')
-rw-r--r-- | include/configs/gdppc440etx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/gdppc440etx.h b/include/configs/gdppc440etx.h index 3c59ff4..9efbb8e 100644 --- a/include/configs/gdppc440etx.h +++ b/include/configs/gdppc440etx.h @@ -50,6 +50,10 @@ #define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f*/ #define CONFIG_MISC_INIT_R 1 /* call misc_init_r() */ +#undef CONFIG_ZERO_BOOTDELAY_CHECK /* ignore keypress on bootdelay==0 */ +#define CONFIG_AUTOBOOT_KEYED /* use key strings to stop autoboot */ +#define CONFIG_AUTOBOOT_STOP_STR " " + /* * Base addresses -- Note these are effective addresses where the * actual resources get mapped (not physical addresses) |