From 7a542d4685631c369bcc65a632a15799543fc292 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 19 May 2019 20:26:48 +0300 Subject: Convert all shell variables to lowercase Signed-off-by: Laurent Pinchart --- platforms/zynqmp.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'platforms/zynqmp.sh') 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 -- cgit v1.2.3