diff options
Diffstat (limited to 'include/configs/DU440.h')
-rw-r--r-- | include/configs/DU440.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/DU440.h b/include/configs/DU440.h index c36185dd0cd..baa54b45597 100644 --- a/include/configs/DU440.h +++ b/include/configs/DU440.h @@ -37,6 +37,10 @@ #define CONFIG_4xx 1 /* ... PPC4xx family */ #define CONFIG_SYS_CLK_FREQ 33333400 /* external freq to pll */ +#ifndef CONFIG_SYS_TEXT_BASE +#define CONFIG_SYS_TEXT_BASE 0xFFFA0000 +#endif + #define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ #define CONFIG_MISC_INIT_R 1 /* Call misc_init_r */ #define CONFIG_LAST_STAGE_INIT 1 /* last_stage_init */ |