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 | |
| parent | 2ade7bee153d801db8246a3e3f06805f8231b677 (diff) | |
| download | olio-uboot-2014.01-996d88d8106cea72cdf7eea46cd990d6caabc430.tar.xz olio-uboot-2014.01-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>
| -rw-r--r-- | include/configs/gdppc440etx.h | 4 | ||||
| -rw-r--r-- | include/configs/intip.h | 4 | ||||
| -rw-r--r-- | include/configs/io.h | 6 | ||||
| -rw-r--r-- | include/configs/io64.h | 2 | ||||
| -rw-r--r-- | include/configs/iocon.h | 6 | 
5 files changed, 17 insertions, 5 deletions
| diff --git a/include/configs/gdppc440etx.h b/include/configs/gdppc440etx.h index 3c59ff492..9efbb8e34 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) diff --git a/include/configs/intip.h b/include/configs/intip.h index 92b65af7c..33364a843 100644 --- a/include/configs/intip.h +++ b/include/configs/intip.h @@ -37,10 +37,10 @@  #define CONFIG_460EX		1	/* Specific PPC460EX		*/  #ifdef CONFIG_DEVCONCENTER  #define CONFIG_HOSTNAME		devconcenter -#define CONFIG_IDENT_STRING	" devconcenter 0.05" +#define CONFIG_IDENT_STRING	" devconcenter 0.06"  #else  #define CONFIG_HOSTNAME		intip -#define CONFIG_IDENT_STRING	" intip 0.05" +#define CONFIG_IDENT_STRING	" intip 0.06"  #endif  #define CONFIG_440		1  #define CONFIG_4xx		1	/* ... PPC4xx family */ diff --git a/include/configs/io.h b/include/configs/io.h index ceae3f555..03661cce2 100644 --- a/include/configs/io.h +++ b/include/configs/io.h @@ -34,7 +34,7 @@   * Include common defines/options for all AMCC eval boards   */  #define CONFIG_HOSTNAME		io -#define CONFIG_IDENT_STRING	" io 0.04" +#define CONFIG_IDENT_STRING	" io 0.05"  #include "amcc-common.h"  #define CONFIG_BOARD_EARLY_INIT_F @@ -50,6 +50,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}() */ diff --git a/include/configs/io64.h b/include/configs/io64.h index 51b2dd1c1..887aaefd3 100644 --- a/include/configs/io64.h +++ b/include/configs/io64.h @@ -53,7 +53,7 @@   * Include common defines/options for all AMCC eval boards   */  #define CONFIG_HOSTNAME		io64 -#define CONFIG_IDENT_STRING	" io64 0.01" +#define CONFIG_IDENT_STRING	" io64 0.02"  #include "amcc-common.h"  #define CONFIG_BOARD_EARLY_INIT_F diff --git a/include/configs/iocon.h b/include/configs/iocon.h index bbf79e7e7..7f8825bed 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}() */ |