diff options
Diffstat (limited to 'include/configs/ocotea.h')
| -rw-r--r-- | include/configs/ocotea.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/ocotea.h b/include/configs/ocotea.h index d11d218c0..f33f0ff2c 100644 --- a/include/configs/ocotea.h +++ b/include/configs/ocotea.h @@ -46,6 +46,8 @@  #define CONFIG_BOARD_EARLY_INIT_F 1	    /* Call board_pre_init	*/  #define CONFIG_SYS_CLK_FREQ	33333333    /* external freq to pll	*/ +#define	CONFIG_SYS_TEXT_BASE	0xFFFC0000 +  /*   * Include common defines/options for all AMCC eval boards   */ |