summaryrefslogtreecommitdiffstats
path: root/include/configs/iocon.h
diff options
context:
space:
mode:
authorDirk Eibach <eibach@gdsys.de>2012-04-26 03:54:25 +0000
committerStefan Roese <sr@denx.de>2012-04-30 15:01:17 +0200
commit996d88d8106cea72cdf7eea46cd990d6caabc430 (patch)
tree50a918bf2bb4509c340ddd8bb4d89b6bfc665719 /include/configs/iocon.h
parent2ade7bee153d801db8246a3e3f06805f8231b677 (diff)
downloadblackbird-obmc-uboot-996d88d8106cea72cdf7eea46cd990d6caabc430.tar.gz
blackbird-obmc-uboot-996d88d8106cea72cdf7eea46cd990d6caabc430.zip
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/iocon.h')
-rw-r--r--include/configs/iocon.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/configs/iocon.h b/include/configs/iocon.h
index bbf79e7e7a..7f8825bed1 100644
--- a/include/configs/iocon.h
+++ b/include/configs/iocon.h
@@ -34,7 +34,7 @@
* Include common defines/options for all AMCC eval boards
*/
#define CONFIG_HOSTNAME iocon
-#define CONFIG_IDENT_STRING " iocon 0.03"
+#define CONFIG_IDENT_STRING " iocon 0.04"
#include "amcc-common.h"
#define CONFIG_BOARD_EARLY_INIT_F
@@ -49,6 +49,10 @@
#define PLLMR0_DEFAULT PLLMR0_266_133_66
#define PLLMR1_DEFAULT PLLMR1_266_133_66
+#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 " "
+
/* new uImage format support */
#define CONFIG_FIT
#define CONFIG_FIT_VERBOSE /* enable fit_format_{error,warning}() */
OpenPOWER on IntegriCloud