diff options
Diffstat (limited to 'board/pm520/config.mk')
-rw-r--r-- | board/pm520/config.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/board/pm520/config.mk b/board/pm520/config.mk index 55cf0273809..52cc15249f5 100644 --- a/board/pm520/config.mk +++ b/board/pm520/config.mk @@ -24,9 +24,4 @@ # # PM520 board # - -CONFIG_SYS_TEXT_BASE = 0xfff00000 -# CONFIG_SYS_TEXT_BASE = 0x00100000 - -PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \ - -I$(TOPDIR)/board +PLATFORM_CPPFLAGS += -I$(TOPDIR)/board |