From aa2b2ff0670c28ad999774b4ea5fb510da14a9c2 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 5 Sep 2019 19:48:56 +0300 Subject: platforms: zynqmp: Update loadaddr for ZCU106 The loadaddr specified for the zynqmp platform is invalid for the ZCU106. While the Image format doesn't make use of loadaddr, in preparation for a later switch to a FIT image, update the loadaddr already. Signed-off-by: Laurent Pinchart --- platforms/zynqmp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/zynqmp.sh b/platforms/zynqmp.sh index 5018dda..00cc0da 100644 --- a/platforms/zynqmp.sh +++ b/platforms/zynqmp.sh @@ -3,6 +3,6 @@ dir_pattern=xilinx arch=arm64 dtbs="xilinx/zynqmp-zcu106-revA.dtb" image=Image -loadaddr=0x10000000 +loadaddr=0x00080000 kcflags="$kcflags -Wno-error=packed-not-aligned -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-error=stringop-overflow" target_dir=$HOME/src/netboot/$platform -- cgit v1.2.3