mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 23:02:20 +02:00
Set default UBOOT_ENTRYPOINT for mx93-generic-bsp
It allows a correct kernel load address when using FIT image with i.MX93. The value 0x80400000 has been retrieved from imx93_11x11_evk_defconfig in uboot-imx. Signed-off-by: Jonathan GUILLOT <jonathan@joggee.fr>
This commit is contained in:
parent
438983f166
commit
1285232175
|
@ -94,6 +94,7 @@ UBOOT_ENTRYPOINT:mx6ulz-generic-bsp ?= "0x80008000"
|
|||
UBOOT_ENTRYPOINT:mx7-generic-bsp ?= "0x80008000"
|
||||
UBOOT_ENTRYPOINT:mx7ulp-generic-bsp ?= "0x60008000"
|
||||
UBOOT_ENTRYPOINT:mx8m-generic-bsp ?= "0x40480000"
|
||||
UBOOT_ENTRYPOINT:mx93-generic-bsp ?= "0x80400000"
|
||||
UBOOT_ENTRYPOINT:vf-generic-bsp ?= "0x80008000"
|
||||
|
||||
# Some SoC can utilize the boot container provided by U-Boot,
|
||||
|
|
Loading…
Reference in New Issue
Block a user