mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-09 12:13:00 -04:00
MX51: add CONFIG_SYS_TEXT_BASE to vision2 board, use general ld script
Recent patch changed TEXT_BASE to CONFIG_SYS_TEXT_BASE and vision2 board was not updated. Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
908614f20f
commit
51fd9a7e01
@ -20,6 +20,6 @@
|
|||||||
# MA 02111-1307 USA
|
# MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
LDSCRIPT = $(CPUDIR)/$(SOC)/u-boot.lds
|
CONFIG_SYS_TEXT_BASE = 0x97800000
|
||||||
TEXT_BASE = 0x97800000
|
|
||||||
IMX_CONFIG = $(SRCTREE)/board/$(BOARDDIR)/imximage_hynix.cfg
|
IMX_CONFIG = $(SRCTREE)/board/$(BOARDDIR)/imximage_hynix.cfg
|
||||||
|
ALL += $(obj)u-boot.imx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user