diff options
Diffstat (limited to 'include/configs/QS860T.h')
-rw-r--r-- | include/configs/QS860T.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/QS860T.h b/include/configs/QS860T.h index 705d375..48a20df 100644 --- a/include/configs/QS860T.h +++ b/include/configs/QS860T.h @@ -54,6 +54,9 @@ #define CONFIG_MPC860 1 /* This is a MPC860 CPU */ #define CONFIG_QS860T 1 /* ...on a QS860T module */ +/* Start address of 512K Socketed Flash */ +#define CONFIG_SYS_TEXT_BASE 0xFFF00000 + #define CONFIG_FEC_ENET 1 /* FEC 10/100BaseT ethernet */ #define CONFIG_MII #define FEC_INTERRUPT SIU_LEVEL1 |