diff options
Diffstat (limited to 'include/configs/SM850.h')
-rw-r--r-- | include/configs/SM850.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/SM850.h b/include/configs/SM850.h index 56f03e2..b5fe1cd 100644 --- a/include/configs/SM850.h +++ b/include/configs/SM850.h @@ -38,6 +38,8 @@ #define CONFIG_MPC850 1 /* This is a MPC850 CPU */ #define CONFIG_SM850 1 /*...on a MPC850 Service Module */ +#define CONFIG_SYS_TEXT_BASE 0x40000000 + #define CONFIG_8xx_CONS_SMC2 1 /* Console is on SMC2 */ #define CONFIG_SYS_SMC_RXBUFLEN 128 #define CONFIG_SYS_MAXIDLE 10 |