summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-09-05 19:48:56 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-09-05 20:01:18 +0300
commitaa2b2ff0670c28ad999774b4ea5fb510da14a9c2 (patch)
tree02bdca3cd3a59fb18bc311e5dcf5a279b66e1264
parent0f0784ce3d247b439e60f5dc6890601574c884b6 (diff)
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 <laurent.pinchart@ideasonboard.com>
-rw-r--r--platforms/zynqmp.sh2
1 files changed, 1 insertions, 1 deletions
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