]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
MX51: add CONFIG_SYS_TEXT_BASE to vision2 board, use general ld script
authorStefano Babic <sbabic@denx.de>
Wed, 20 Oct 2010 07:23:06 +0000 (09:23 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 28 Oct 2010 08:32:20 +0000 (10:32 +0200)
Recent patch changed TEXT_BASE to CONFIG_SYS_TEXT_BASE and
vision2 board was not updated.

Signed-off-by: Stefano Babic <sbabic@denx.de>
board/ttcontrol/vision2/config.mk

index 59f3367cfc9e8fc04bc6128ac124769b8d3112bd..952037e80606e5503a34ab9447b98f12e5c9c377 100644 (file)
@@ -20,6 +20,6 @@
 # MA 02111-1307 USA
 #
 
-LDSCRIPT = $(CPUDIR)/$(SOC)/u-boot.lds
-TEXT_BASE = 0x97800000
+CONFIG_SYS_TEXT_BASE = 0x97800000
 IMX_CONFIG = $(SRCTREE)/board/$(BOARDDIR)/imximage_hynix.cfg
+ALL += $(obj)u-boot.imx