diff options
Diffstat (limited to 'board/gdsys/intip/config.mk')
-rw-r--r-- | board/gdsys/intip/config.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/board/gdsys/intip/config.mk b/board/gdsys/intip/config.mk index 75aee0d0aba..3923e011fbc 100644 --- a/board/gdsys/intip/config.mk +++ b/board/gdsys/intip/config.mk @@ -1,5 +1,5 @@ # -# (C) Copyright 2008 +# (C) Copyright 2008-2010 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # See file CREDITS for list of people who contributed to this @@ -24,12 +24,6 @@ # G&D CompactCenter # -sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp - -ifndef CONFIG_SYS_TEXT_BASE -CONFIG_SYS_TEXT_BASE = 0xFFFA0000 -endif - PLATFORM_CPPFLAGS += -DCONFIG_440=1 ifeq ($(debug),1) |