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/soraka.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'platforms/soraka.sh') diff --git a/platforms/soraka.sh b/platforms/soraka.sh index d278b34..3166e99 100644 --- a/platforms/soraka.sh +++ b/platforms/soraka.sh @@ -1,7 +1,7 @@ platform=soraka dir_pattern=libcamera arch=x86 -BOOT_DIR=$TFTP_ROOT/x86 -CMDLINE="console=ttyS0,115200n8 earlyprintk=ttyS0,115200n8 console=tty1 ip=dhcp root=/dev/nfs rootwait rw noinitrd ignore_loglevel" +boot_dir=$tftp_root/x86 +cmdline="console=ttyS0,115200n8 earlyprintk=ttyS0,115200n8 console=tty1 ip=dhcp root=/dev/nfs rootwait rw noinitrd ignore_loglevel" image=CrOS -KCFLAGS="$KCFLAGS -Wno-error=frame-larger-than=" +kcflags="$kcflags -Wno-error=frame-larger-than=" -- cgit v1.2.3