From 5b6fdd74bca1ecb3a7e1e32aba9ef90a6536978f Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 10 Jun 2014 16:06:50 -0500 Subject: [PATCH] mk_mmc.sh: drop this option Signed-off-by: Robert Nelson --- mk_mmc.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 72c3880..de3ed8c 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -439,16 +439,6 @@ boot_uenv_txt_template () { __EOF__ case "${SYSTEM}" in - beagleboard) - cat >> ${TEMPDIR}/bootscripts/normal.cmd <<-__EOF__ - optargs=VIDEO_CONSOLE - expansion_args=setenv expansion buddy=\${buddy} buddy2=\${buddy2} camera=\${camera} \${musb} - __EOF__ - - cat >> ${TEMPDIR}/bootscripts/netinstall.cmd <<-__EOF__ - expansion_args=setenv expansion buddy=\${buddy} buddy2=\${buddy2} camera=\${camera} \${musb} - __EOF__ - ;; video|bone|bone_dtb|mx6qsabrelite) cat >> ${TEMPDIR}/bootscripts/normal.cmd <<-__EOF__ optargs=VIDEO_CONSOLE