diff options
Diffstat (limited to 'include/configs/TQM850M.h')
-rw-r--r-- | include/configs/TQM850M.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/TQM850M.h b/include/configs/TQM850M.h index 74424527b8..2c988c3e7d 100644 --- a/include/configs/TQM850M.h +++ b/include/configs/TQM850M.h @@ -36,6 +36,8 @@ #define CONFIG_MPC850 1 /* This is a MPC850 CPU */ #define CONFIG_TQM850M 1 /* ...on a TQM8xxM module */ +#define CONFIG_SYS_TEXT_BASE 0x40000000 + #define CONFIG_8xx_CONS_SMC1 1 /* Console is on SMC1 */ #define CONFIG_SYS_SMC_RXBUFLEN 128 #define CONFIG_SYS_MAXIDLE 10 |