diff options
Diffstat (limited to 'include/configs/bamboo.h')
| -rw-r--r-- | include/configs/bamboo.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/include/configs/bamboo.h b/include/configs/bamboo.h index 18276c588..1bdfd9da2 100644 --- a/include/configs/bamboo.h +++ b/include/configs/bamboo.h @@ -36,6 +36,10 @@  #define CONFIG_4xx		1	/* ... PPC4xx family	        */  #define CONFIG_SYS_CLK_FREQ	33333333    /* external freq to pll	*/ +#ifndef CONFIG_SYS_TEXT_BASE +#define CONFIG_SYS_TEXT_BASE	0xFFFA0000 +#endif +  /*   * Include common defines/options for all AMCC eval boards   */ |