diff options
Diffstat (limited to 'include/configs/MBX.h')
-rw-r--r-- | include/configs/MBX.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/MBX.h b/include/configs/MBX.h index 5f7c7a8..7cda287 100644 --- a/include/configs/MBX.h +++ b/include/configs/MBX.h @@ -46,6 +46,8 @@ #define CONFIG_MPC860 1 /* This is a MPC860 CPU */ #define CONFIG_MBX 1 /* ...on an MBX module */ +#define CONFIG_SYS_TEXT_BASE 0xfe000000 + #define CONFIG_8xx_CONS_SMC1 1 /* Console is on SMC1 */ #undef CONFIG_8xx_CONS_SMC2 #undef CONFIG_8xx_CONS_NONE |