layerscape: armv8_64b: fix KERNEL_LOADADDR for linux >= 5.8
authorMartin Schiller <ms@dev.tdt.de>
Wed, 3 Nov 2021 09:27:04 +0000 (10:27 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 13 Dec 2021 22:22:29 +0000 (23:22 +0100)
commit82ce460ab106c1d3626607c4d867853cf385ad33
tree4b8390f750fec9865e2bd35f24e9d1794b64d4d6
parent68b4e9fe0eb80d85c24159a88b4dbc77b20116e2
layerscape: armv8_64b: fix KERNEL_LOADADDR for linux >= 5.8

In kernel versions newer than 5.8 the arm64 TEXT_OFFSET (0x80000) has
been set to 0x0 (and later removed). This will break Uimages with kernel
load addresses that aren't 2MiB aligned any longer. Resulting in the
kernel silently fail to boot. For layerscape armv8_64b targets this
needs to be changed to 0x80000000 (start of RAM).

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
target/linux/layerscape/image/armv8_64b.mk