Skip to content
Snippets Groups Projects
Commit 996d88d8 authored by Dirk Eibach's avatar Dirk Eibach Committed by Stefan Roese
Browse files

powerpc/ppc4xx: Update gdsys board configurations


Signed-off-by: default avatarDirk Eibach <eibach@gdsys.de>
Cc: Stefan Roese <sr@denx.de>
Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent 2ade7bee
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,10 @@ ...@@ -50,6 +50,10 @@
#define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f*/ #define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f*/
#define CONFIG_MISC_INIT_R 1 /* call misc_init_r() */ #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 * Base addresses -- Note these are effective addresses where the
* actual resources get mapped (not physical addresses) * actual resources get mapped (not physical addresses)
......
...@@ -37,10 +37,10 @@ ...@@ -37,10 +37,10 @@
#define CONFIG_460EX 1 /* Specific PPC460EX */ #define CONFIG_460EX 1 /* Specific PPC460EX */
#ifdef CONFIG_DEVCONCENTER #ifdef CONFIG_DEVCONCENTER
#define CONFIG_HOSTNAME devconcenter #define CONFIG_HOSTNAME devconcenter
#define CONFIG_IDENT_STRING " devconcenter 0.05" #define CONFIG_IDENT_STRING " devconcenter 0.06"
#else #else
#define CONFIG_HOSTNAME intip #define CONFIG_HOSTNAME intip
#define CONFIG_IDENT_STRING " intip 0.05" #define CONFIG_IDENT_STRING " intip 0.06"
#endif #endif
#define CONFIG_440 1 #define CONFIG_440 1
#define CONFIG_4xx 1 /* ... PPC4xx family */ #define CONFIG_4xx 1 /* ... PPC4xx family */
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
* Include common defines/options for all AMCC eval boards * Include common defines/options for all AMCC eval boards
*/ */
#define CONFIG_HOSTNAME io #define CONFIG_HOSTNAME io
#define CONFIG_IDENT_STRING " io 0.04" #define CONFIG_IDENT_STRING " io 0.05"
#include "amcc-common.h" #include "amcc-common.h"
#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_F
...@@ -50,6 +50,10 @@ ...@@ -50,6 +50,10 @@
#define PLLMR0_DEFAULT PLLMR0_266_133_66 #define PLLMR0_DEFAULT PLLMR0_266_133_66
#define PLLMR1_DEFAULT PLLMR1_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 */ /* new uImage format support */
#define CONFIG_FIT #define CONFIG_FIT
#define CONFIG_FIT_VERBOSE /* enable fit_format_{error,warning}() */ #define CONFIG_FIT_VERBOSE /* enable fit_format_{error,warning}() */
......
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
* Include common defines/options for all AMCC eval boards * Include common defines/options for all AMCC eval boards
*/ */
#define CONFIG_HOSTNAME io64 #define CONFIG_HOSTNAME io64
#define CONFIG_IDENT_STRING " io64 0.01" #define CONFIG_IDENT_STRING " io64 0.02"
#include "amcc-common.h" #include "amcc-common.h"
#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_F
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
* Include common defines/options for all AMCC eval boards * Include common defines/options for all AMCC eval boards
*/ */
#define CONFIG_HOSTNAME iocon #define CONFIG_HOSTNAME iocon
#define CONFIG_IDENT_STRING " iocon 0.03" #define CONFIG_IDENT_STRING " iocon 0.04"
#include "amcc-common.h" #include "amcc-common.h"
#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_F
...@@ -49,6 +49,10 @@ ...@@ -49,6 +49,10 @@
#define PLLMR0_DEFAULT PLLMR0_266_133_66 #define PLLMR0_DEFAULT PLLMR0_266_133_66
#define PLLMR1_DEFAULT PLLMR1_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 */ /* new uImage format support */
#define CONFIG_FIT #define CONFIG_FIT
#define CONFIG_FIT_VERBOSE /* enable fit_format_{error,warning}() */ #define CONFIG_FIT_VERBOSE /* enable fit_format_{error,warning}() */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment