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/omap4+.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'platforms/omap4+.sh') diff --git a/platforms/omap4+.sh b/platforms/omap4+.sh index 646518b..3616c02 100644 --- a/platforms/omap4+.sh +++ b/platforms/omap4+.sh @@ -1,7 +1,7 @@ platform=omap4+ dir_pattern=omap arch=arm -BOOT_DIR=$TFTP_ROOT/omap4 -DTBS="omap4-panda.dtb omap4-panda-es.dtb am57xx-evm-reva3.dtb:am57xx-beagle-x15.dtb" +boot_dir=$tftp_root/omap4 +dtbs="omap4-panda.dtb omap4-panda-es.dtb am57xx-evm-reva3.dtb:am57xx-beagle-x15.dtb" image=FIT -LOADADDR=0x80008000 +loadaddr=0x80008000 -- cgit v1.2.3