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