diff options
Diffstat (limited to 'include/configs/CANBT.h')
-rw-r--r-- | include/configs/CANBT.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/CANBT.h b/include/configs/CANBT.h index c7854abc469..9d75616a83d 100644 --- a/include/configs/CANBT.h +++ b/include/configs/CANBT.h @@ -37,6 +37,8 @@ #define CONFIG_4xx 1 /* ...member of PPC4xx family */ #define CONFIG_CANBT 1 /* ...on a CANBT 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 */ |