diff options
Diffstat (limited to 'include/configs/ERIC.h')
| -rw-r--r-- | include/configs/ERIC.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/ERIC.h b/include/configs/ERIC.h index da3b4ae22..094db45e9 100644 --- a/include/configs/ERIC.h +++ b/include/configs/ERIC.h @@ -37,6 +37,8 @@  #define CONFIG_4xx		1	/* ...member of PPC4xx family	*/  #define CONFIG_ERIC		1	/* ...on a ERIC board	*/ +#define	CONFIG_SYS_TEXT_BASE	0xFFFC0000 +  #define	CONFIG_BOARD_EARLY_INIT_F 1	/* run board_early_init_f() */  #define CONFIG_SYS_CLK_FREQ	33333333 /* external frequency to pll	*/ |