]> git.sur5r.net Git - u-boot/blobdiff - board/galaxy5200/config.mk
MAKEALL: allow additional board selections
[u-boot] / board / galaxy5200 / config.mk
index c6398b26e26642fb831ddc9beed1fad5108e8ca1..f8a1c536ebf84fbecb0504c0e4e4e0a967b20709 100644 (file)
@@ -1,5 +1,5 @@
 #
-# (C) Copyright 2003
+# (C) Copyright 2003-2010
 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
 #
 # See file CREDITS for list of people who contributed to this
 #
 # galaxy5200 board:
 #
-#      Valid values for TEXT_BASE are:
-#
-#      0xFFF00000   boot high (standard configuration)
-#      0xFE000000   boot low
-#      0x00100000   boot from RAM (for testing only) does not work
-#
-
-sinclude $(TOPDIR)/board/$(BOARDDIR)/config.tmp
-
-ifdef CONFIG_galaxy5200_LOWBOOT
-TEXT_BASE = 0xFE000000
-endif
-
-ifndef TEXT_BASE
-## Standard: boot high
-TEXT_BASE = 0xFFF00000
-endif
-
-PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board
+PLATFORM_CPPFLAGS += -I$(TOPDIR)/board