]> git.sur5r.net Git - u-boot/blobdiff - board/tqm5200/config.mk
ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
[u-boot] / board / tqm5200 / config.mk
index 585a99a8c711ce3a8706df94c7119d2259ca0f75..d72dfe7481f1f8be8ab50fcb74adb6736f6f8020 100644 (file)
 #
 #      0xFC000000   boot low (standard configuration with room for max 64 MByte
 #                   Flash ROM)
+#      0xFFF00000   boot high (for a backup copy of U-Boot)
 #      0x00100000   boot from RAM (for testing only)
 #
 
+sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
+
 ifndef TEXT_BASE
 ## Standard: boot low
 TEXT_BASE = 0xFC000000
+## For a backup copy of U-Boot at the end of flash: boot high
+# TEXT_BASE = 0xFFF00000
 ## For testing: boot from RAM
 # TEXT_BASE = 0x00100000
 endif