X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ftqm5200%2Fconfig.mk;h=84ddee80d96f9c9e48af93b18783cbfb6e7a2650;hb=5e4c24bcb39eaba70281c2a3d214327649503255;hp=585a99a8c711ce3a8706df94c7119d2259ca0f75;hpb=56523f12830227fc18437bf935fefdb10fe25cca;p=u-boot diff --git a/board/tqm5200/config.mk b/board/tqm5200/config.mk index 585a99a8c7..84ddee80d9 100644 --- a/board/tqm5200/config.mk +++ b/board/tqm5200/config.mk @@ -28,12 +28,17 @@ # # 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 $(TOPDIR)/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