Skip to content
Snippets Groups Projects
Commit 027bcf12 authored by Troy Kisky's avatar Troy Kisky
Browse files

boundary: bootscripts: bootscript-mainline: fix global replace error, use ${a_zImage}

parent 464200b5
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ if itest *${a_reset_cause_marker} == 12345678 ; then
fi
setenv bootargs ${bootargs} snd.slots=,snd-soc-imx-hdmi
if load ${devtype} ${devnum}:${distro_bootpart} ${a_${kernelimage}} ${prefix}${kernelimage} ; then
if load ${devtype} ${devnum}:${distro_bootpart} ${a_zImage} ${prefix}${kernelimage} ; then
${bootcommand} ${a_zImage} - ${a_fdt}
fi
echo "Error loading kernel image"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment