mk_mmc.sh: unbreak MLO -> SPL

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 11 years ago
parent 1c35119dbf
commit 629d909bf5

@ -156,12 +156,12 @@ dl_bootloader () {
fi
if [ "${spl_name}" ] ; then
MLO=$(cat ${TEMPDIR}/dl/${conf_bl_listfile} | grep "${ABI}:${conf_board}:SPL" | awk '{print $2}')
SPL=$(cat ${TEMPDIR}/dl/${conf_bl_listfile} | grep "${ABI}:${conf_board}:SPL" | awk '{print $2}')
wget --no-verbose --directory-prefix="${TEMPDIR}/dl/" ${SPL}
MLO=${MLO##*/}
SPL=${SPL##*/}
echo "SPL Bootloader: ${SPL}"
else
unset MLO
unset SPL
fi
if [ "${boot_name}" ] ; then

Loading…
Cancel
Save