diff options
Diffstat (limited to 'board/sorcery/config.mk')
-rw-r--r-- | board/sorcery/config.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/board/sorcery/config.mk b/board/sorcery/config.mk index b159c653b4..2b2416248b 100644 --- a/board/sorcery/config.mk +++ b/board/sorcery/config.mk @@ -24,7 +24,4 @@ # # sorcery board # - -CONFIG_SYS_TEXT_BASE = 0xfff00000 -PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \ - -I$(TOPDIR)/board +PLATFORM_CPPFLAGS += -I$(TOPDIR)/board |