fix: actually pass dtb to the bootloader, fixes: https://github.com/RobertCNelson/netinstall/issues/36

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 10 years ago
parent 4d1c86fd14
commit b0bbfe1d8f

@ -1104,6 +1104,12 @@ populate_boot () {
echo "uname_r=current" > ${wfile} echo "uname_r=current" > ${wfile}
if [ ! "x${dtb}" = "x" ] ; then
echo "dtb=${dtb}" >> ${wfile}
else
echo "dtb=" >> ${wfile}
fi
mmcargs="mmcargs=run message; setenv bootargs console" mmcargs="mmcargs=run message; setenv bootargs console"
if [ "x${di_serial_mode}" = "xenable" ] ; then if [ "x${di_serial_mode}" = "xenable" ] ; then

Loading…
Cancel
Save