diff options
Diffstat (limited to 'board/mosaixtech/icon/config.mk')
-rw-r--r-- | board/mosaixtech/icon/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mosaixtech/icon/config.mk b/board/mosaixtech/icon/config.mk index b2748ceccef..1797b9ab5e4 100644 --- a/board/mosaixtech/icon/config.mk +++ b/board/mosaixtech/icon/config.mk @@ -21,7 +21,7 @@ # MA 02111-1307 USA # -TEXT_BASE = 0xFFFA0000 +CONFIG_SYS_TEXT_BASE = 0xFFFA0000 PLATFORM_CPPFLAGS += -DCONFIG_440=1 |