summaryrefslogtreecommitdiff
path: root/platforms/zynqmp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/zynqmp.sh')
-rw-r--r--platforms/zynqmp.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/platforms/zynqmp.sh b/platforms/zynqmp.sh
index 3f9b302..73bab8d 100644
--- a/platforms/zynqmp.sh
+++ b/platforms/zynqmp.sh
@@ -1,9 +1,9 @@
platform=zynqmp
dir_pattern=xilinx
arch=arm64
-BOOT_DIR=$TFTP_ROOT/xilinx
-DTBS="xilinx/zynqmp-zcu106-revA.dtb"
+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
+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