diff options
Diffstat (limited to 'include/configs/FPS860L.h')
-rw-r--r-- | include/configs/FPS860L.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/FPS860L.h b/include/configs/FPS860L.h index ec9000d..ffb40e0 100644 --- a/include/configs/FPS860L.h +++ b/include/configs/FPS860L.h @@ -36,6 +36,8 @@ #define CONFIG_MPC860 1 /* This is a MPC860 CPU */ #define CONFIG_FPS860L 1 /* ...on a FingerPrint Sensor */ +#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 |