diff options
Diffstat (limited to 'board/o2dnt/config.mk')
-rw-r--r-- | board/o2dnt/config.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/board/o2dnt/config.mk b/board/o2dnt/config.mk index a0dafedd62..14541bf532 100644 --- a/board/o2dnt/config.mk +++ b/board/o2dnt/config.mk @@ -21,8 +21,4 @@ # MA 02111-1307 USA # -# boot low for 16 MiB boards -CONFIG_SYS_TEXT_BASE = 0xFF000000 - -PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \ - -I$(TOPDIR)/board +PLATFORM_CPPFLAGS += -I$(TOPDIR)/board |