MAKEALL: allow additional board selections
[oweals/u-boot.git] / board / jupiter / config.mk
index 5f4da96da5fe322ed3341dc0f98d605b586a19f3..4da50560b04e34b842d943a92898a454102950fa 100644 (file)
 #
 # Jupiter board:
 #
-#      Valid values for TEXT_BASE are:
-#
-#      0xFFF00000   boot high (standard configuration)
-#      0x00100000   boot from RAM (for testing only)
-#
-
-ifndef TEXT_BASE
-## Standard: boot high
-TEXT_BASE = 0xFFF00000
-## For testing: boot from RAM
-# TEXT_BASE = 0x00100000
-endif
-
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board
-#PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -DDEBUG -I$(TOPDIR)/board
+PLATFORM_CPPFLAGS += -I$(TOPDIR)/board