diff options
Diffstat (limited to 'board/ipek01/config.mk')
-rw-r--r-- | board/ipek01/config.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/board/ipek01/config.mk b/board/ipek01/config.mk index c8ecb29448e..4937019c8fe 100644 --- a/board/ipek01/config.mk +++ b/board/ipek01/config.mk @@ -25,6 +25,7 @@ # IPEK01 board # -TEXT_BASE = 0xfc000000 +CONFIG_SYS_TEXT_BASE = 0xfc000000 -PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board +PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \ + -I$(TOPDIR)/board |