diff options
author | Michael Scott <mike@foundries.io> | 2019-09-13 10:01:58 -0700 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-09-13 17:05:45 -0300 |
commit | 5a50c855ef09f6d52a2c04ced576f2131d63605f (patch) | |
tree | 144ad83e6b9546d806b71406786d947b269c4538 /recipes-bsp/imx-vpu | |
parent | 9876430c0e7a63d072cc5d2b39271286c1885d8d (diff) | |
download | meta-freescale-5a50c855ef09f6d52a2c04ced576f2131d63605f.tar.gz |
imx-base.inc: set i.MX 7ULP UBOOT_ENTRYPOINT setting to fix fitImage
The UBOOT_ENTRYPOINT setting is used when generating fitImage data.
Specifically where to extract the kernel binary into memory.
When fitImage is enabled for i.MX 7ULP targets, we are incorrectly
setting the extraction location to 0x80008000 (the mx7 default).
This results in a hung boot.
The default configuration for i.MX 7ULP is to load the kernel binary
(zImage) and initramfs into memory directly from the vfat boot
partition so this issue does not present itself until fitImage is used.
To fix the extraction point for fitImage kernel binaries, let's add
a specific setting for mx7ulp so that mx7 setting isn't used.
Signed-off-by: Michael Scott <mike@foundries.io>
Diffstat (limited to 'recipes-bsp/imx-vpu')
0 files changed, 0 insertions, 0 deletions