]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - onenand_ipl/board/vpac270/Makefile
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE
[thirdparty/u-boot.git] / onenand_ipl / board / vpac270 / Makefile
index 22d0410cc9f7ecd81afa13e30744c46822315c2f..ac7a8f05e6ce27551ab0e1334d66a7a9b279cfc7 100644 (file)
@@ -2,7 +2,7 @@ IPL     =onenand_ipl
 include $(TOPDIR)/config.mk
 
 LDSCRIPT= $(TOPDIR)/onenand_ipl/board/$(BOARDDIR)/u-boot.onenand.lds
-LDFLAGS        = -Bstatic -T $(onenandobj)u-boot.lds -Ttext $(TEXT_BASE) $(PLATFORM_LDFLAGS)
+LDFLAGS        = -Bstatic -T $(onenandobj)u-boot.lds -Ttext $(CONFIG_SYS_TEXT_BASE) $(PLATFORM_LDFLAGS)
 AFLAGS += -DCONFIG_PRELOADER -DCONFIG_ONENAND_IPL
 CFLAGS += -DCONFIG_PRELOADER -DCONFIG_ONENAND_IPL
 OBJCFLAGS += --gap-fill=0x00