summaryrefslogtreecommitdiff
path: root/platforms/zynqmp.sh
blob: 3f9b302ca8f3263726d04d4a517d907981d0a3d1 (plain)
1
2
3
4
5
6
7
8
9
platform=zynqmp
dir_pattern=xilinx
arch=arm64
BOOT_DIR=$TFTP_ROOT/xilinx
DTBS="xilinx/zynqmp-zcu106-revA.dtb"
image=Image
LOADADDR=0x10000000
KCFLAGS="$KCFLAGS -Wno-error=packed-not-aligned -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-error=stringop-overflow"
target_dir=$NFS_ROOT/zynqmp