diff options
Diffstat (limited to 'board/o2dnt')
| -rw-r--r-- | board/o2dnt/config.mk | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/board/o2dnt/config.mk b/board/o2dnt/config.mk index b87337680..a0dafedd6 100644 --- a/board/o2dnt/config.mk +++ b/board/o2dnt/config.mk @@ -22,6 +22,7 @@  #  # boot low for 16 MiB boards -TEXT_BASE = 0xFF000000 +CONFIG_SYS_TEXT_BASE = 0xFF000000 -PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board +PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \ +	-I$(TOPDIR)/board |