diff options
Diffstat (limited to 'board/iphase4539/config.mk')
-rw-r--r-- | board/iphase4539/config.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/board/iphase4539/config.mk b/board/iphase4539/config.mk index 632c1d2ac6..23cb835d05 100644 --- a/board/iphase4539/config.mk +++ b/board/iphase4539/config.mk @@ -24,6 +24,7 @@ # iphase4539 board # -TEXT_BASE = 0xffb00000 +CONFIG_SYS_TEXT_BASE = 0xffb00000 -PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board +PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \ + -I$(TOPDIR)/board |