mk_mmc.sh: obvious error

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 11 years ago
parent e108b4863b
commit c93f684ee2

@ -750,7 +750,8 @@ extract_zimage () {
generate_soc () {
echo "#!/bin/sh" > ${wfile}
echo "format=1.0" >> ${wfile}
if [ ! "x{conf_bootloader_in_flash}" = "xenable" ] ; then
echo "" >> ${wfile}
if [ ! "x${conf_bootloader_in_flash}" = "xenable" ] ; then
echo "board=${conf_board}" >> ${wfile}
echo "" >> ${wfile}
echo "bootloader_location=${bootloader_location}" >> ${wfile}

Loading…
Cancel
Save