summaryrefslogtreecommitdiff
path: root/platforms/x86.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/x86.sh
parentbcd880c8e4085c943a055bcb2e2dc78feda33bea (diff)
Convert all shell variables to lowercase
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'platforms/x86.sh')
-rw-r--r--platforms/x86.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/platforms/x86.sh b/platforms/x86.sh
index 5c61998..f635611 100644
--- a/platforms/x86.sh
+++ b/platforms/x86.sh
@@ -1,5 +1,5 @@
platform=x86
arch=x86
-BOOT_DIR=$TFTP_ROOT/x86
+boot_dir=$tftp_root/x86
image=bzImage
-KCFLAGS="$KCFLAGS -Wno-error=frame-larger-than="
+kcflags="$kcflags -Wno-error=frame-larger-than="