mxs: place U-Boot to where EBOOT looks at

This commit is contained in:
Takumi Sueda 2020-10-12 05:10:28 +09:00 committed by Suguru Saito
parent 46aa6536f9
commit ea57b7c46c
2 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@ SECTION 0x0 BOOTABLE
LOAD 0x1000 spl/u-boot-spl.bin
LOAD IVT 0x8000 0x1000
CALL HAB 0x8000 0x0
LOAD 0x40002000 u-boot.bin
LOAD IVT 0x8000 0x40002000
LOAD 0x40200000 u-boot.bin
LOAD IVT 0x8000 0x40200000
CALL HAB 0x8000 0x0

View File

@ -1,6 +1,6 @@
CONFIG_ARM=y
CONFIG_ARCH_MX28=y
CONFIG_SYS_TEXT_BASE=0x40002000
CONFIG_SYS_TEXT_BASE=0x40200000
CONFIG_SPL_GPIO_SUPPORT=y
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y