summaryrefslogtreecommitdiff
path: root/arch/x86.sh
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-02-21 01:39:22 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-02-21 01:39:22 +0200
commit2c9edfc069214f4c0aac6babd260e04ba518a8bf (patch)
treed19edc7e4d00fd5396189317d67b42e54effdf3e /arch/x86.sh
parent903e367d9d070f80d266fb0b6a052ec9846bfd4f (diff)
arch: Support overriding image types in platform files
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'arch/x86.sh')
-rw-r--r--arch/x86.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86.sh b/arch/x86.sh
index c4ec2a0..6da08cb 100644
--- a/arch/x86.sh
+++ b/arch/x86.sh
@@ -1 +1 @@
-image_kernel=bzImage
+image_kernel=${image_kernel:-bzImage}