From 68d4f7f29e1159b96cfdaef110d1b241712afcf4 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 22 Aug 2019 05:02:11 +0300 Subject: Fix uImage and srec The kernel image file that the uImage and srec images are built from is stored in $image_kernel, not $kernel_image. Fix it. Signed-off-by: Laurent Pinchart --- images/srec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images/srec.sh') diff --git a/images/srec.sh b/images/srec.sh index a9e9b0c..e0528d3 100644 --- a/images/srec.sh +++ b/images/srec.sh @@ -15,4 +15,4 @@ make_srec_image() { done } -image_file=$output_dir/arch/$arch/boot/$kernel_image.xz.srec +image_file=$output_dir/arch/$arch/boot/$image_kernel.xz.srec -- cgit v1.2.3