]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - nand_spl/board/sheldon/simpc8313/Makefile
83xx: Fix NAND_SPL link address
[karo-tx-uboot.git] / nand_spl / board / sheldon / simpc8313 / Makefile
index 678c80b67413d081ec3aa820e54854a8f7c6e9de..86e5ecb2d2e85655ed2519c268f9371ff92e2751 100644 (file)
 #
 
 NAND_SPL := y
-CONFIG_SYS_TEXT_BASE := 0xfff00000
 
 include $(TOPDIR)/config.mk
 
 LDSCRIPT= $(TOPDIR)/nand_spl/board/$(BOARDDIR)/u-boot.lds
-LDFLAGS        = -Bstatic -T $(nandobj)u-boot.lds -Ttext $(CONFIG_SYS_TEXT_BASE) $(PLATFORM_LDFLAGS)
+LDFLAGS        = -Bstatic -T $(nandobj)u-boot.lds \
+          -Ttext $(CONFIG_SYS_TEXT_BASE_SPL) $(PLATFORM_LDFLAGS)
 AFLAGS += -DCONFIG_NAND_SPL
 CFLAGS += -DCONFIG_NAND_SPL