mk_mmc.sh: only add video if not serial mode

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/37/head
Robert Nelson 11 years ago
parent 2281ed0168
commit 951b4c3c69

@ -197,9 +197,9 @@ if [ ! "x${dtb}" = "x" ] ; then
fi fi
if [ ! "x${optargs}" = "x" ] ; then if [ ! "x${optargs}" = "x" ] ; then
echo "optargs=${optargs}" >> ${wfile} echo "optargs=${optargs}" >> ${wfile}
fi if [ ! "x${video}" = "x" ] ; then
if [ ! "x${video}" = "x" ] ; then echo "cmdline=video=${video}" >> ${wfile}
echo "cmdline=video=${video}" >> ${wfile} fi
fi fi
# #

@ -231,9 +231,9 @@ if [ ! "x${dtb}" = "x" ] ; then
fi fi
if [ ! "x${optargs}" = "x" ] ; then if [ ! "x${optargs}" = "x" ] ; then
echo "optargs=${optargs}" >> ${wfile} echo "optargs=${optargs}" >> ${wfile}
fi if [ ! "x${video}" = "x" ] ; then
if [ ! "x${video}" = "x" ] ; then echo "cmdline=video=${video}" >> ${wfile}
echo "cmdline=video=${video}" >> ${wfile} fi
fi fi
# #

Loading…
Cancel
Save