mvebu: image: add check for fdt_add_r and kernel_addr_r variables
authorVladimir Vid <vladimir.vid@sartura.hr>
Mon, 14 Sep 2020 15:24:24 +0000 (17:24 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 17 Sep 2020 19:09:51 +0000 (21:09 +0200)
commit9f0d8826800eef8018720b76b0f4e56fb59b7448
treedf38423c0dfa7b90d2d191b8ad3042d42cae6880
parent4fb58813f94ac6cc8167138e23a92189fe50b258
mvebu: image: add check for fdt_add_r and kernel_addr_r variables

fdt_addr and kernel_addr variables are getting obsolete in the mainline
u-boot in favor of fdt_addr_r and kernel_addr_r.

By checking if the new variables exist, we can make sure that devices with newer
version of u-boot will work while not breaking support for the existing ones.

Signed-off-by: Vladimir Vid <vladimir.vid@sartura.hr>
Acked-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
target/linux/mvebu/image/generic-arm64.bootscript