diff options
Diffstat (limited to 'board/v38b/config.mk')
-rw-r--r-- | board/v38b/config.mk | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/board/v38b/config.mk b/board/v38b/config.mk index 985c6ba59a..9c14fe74ea 100644 --- a/board/v38b/config.mk +++ b/board/v38b/config.mk @@ -1,5 +1,5 @@ # -# (C) Copyright 2003-2006 +# (C) Copyright 2003-2010 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # See file CREDITS for list of people who contributed to this @@ -24,10 +24,4 @@ # # MarelV38B board # - -sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp - -CONFIG_SYS_TEXT_BASE = 0xFF000000 - -PLATFORM_CPPFLAGS += -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \ - -I$(TOPDIR)/board +PLATFORM_CPPFLAGS += -I$(TOPDIR)/board |