summaryrefslogtreecommitdiff
path: root/platforms/zynqmp.sh
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-05-19 20:26:48 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-05-19 20:26:59 +0300
commit7a542d4685631c369bcc65a632a15799543fc292 (patch)
tree9ff048521c1918aa10050a30e1eb2a6a9b9f1634 /platforms/zynqmp.sh
parentbcd880c8e4085c943a055bcb2e2dc78feda33bea (diff)
Convert all shell variables to lowercase
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
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