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