diff options
| author | Jana Rapava <[email protected]> | 2011-07-11 14:16:44 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <[email protected]> | 2011-07-14 15:41:25 +0200 |
| commit | 745525f61cef3bc385db7f8e6f15374744a0efbc (patch) | |
| tree | 79303247da9480866522c2a50f8787d835f4ddb8 /include | |
| parent | 7103fa69706f9590dc4568c228388e651a0d8a0c (diff) | |
EfikaMX: Add missing CONFIG_SYS_TEXT_BASE
Signed-off-by: Jana Rapava <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/efikamx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/efikamx.h b/include/configs/efikamx.h index a04ac4982ff..209d3e23ce3 100644 --- a/include/configs/efikamx.h +++ b/include/configs/efikamx.h @@ -38,6 +38,8 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO +#define CONFIG_SYS_TEXT_BASE 0x97800000 + #define CONFIG_SYS_L2CACHE_OFF /* |
