From cd6c7425400b9480a25d22b5ba16e4f989491dfd Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Thu, 24 Jul 2014 10:29:12 -0500 Subject: [PATCH] mk_mmc.sh: obvious Signed-off-by: Robert Nelson --- mk_mmc.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 21454a1..e0149cd 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1290,13 +1290,9 @@ populate_boot () { if [ "${SERIAL_MODE}" ] ; then echo "message=echo; echo Installer for [${DISTARCH}] is using the Serial Interface; echo;" >> ${TEMPDIR}/disk/boot/uEnv.txt - else - echo "message=echo; echo Installer for [${DISTARCH}] is using the Video Interface; echo Use [--serial-mode] to force Installing over the Serial Interface; echo;" >> ${TEMPDIR}/disk/boot/uEnv.txt - fi - - if [ "${SERIAL_MODE}" ] ; then echo "mmcargs=run message; setenv bootargs console=${SERIAL_CONSOLE} root=/dev/ram0 rw" >> ${TEMPDIR}/disk/boot/uEnv.txt else + echo "message=echo; echo Installer for [${DISTARCH}] is using the Video Interface; echo Use [--serial-mode] to force Installing over the Serial Interface; echo;" >> ${TEMPDIR}/disk/boot/uEnv.txt echo "mmcargs=run message; setenv bootargs console=tty0 root=/dev/ram0 rw" >> ${TEMPDIR}/disk/boot/uEnv.txt fi