From 6807b1acffd37137aea4829781be94d374e88781 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 10 Apr 2012 13:58:55 -0500 Subject: [PATCH] cleanup: no reason these need to be at the top-s --- mk_mmc.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index ab52ae8..0a34267 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -37,10 +37,6 @@ unset USE_BETA_BOOTLOADER unset DD_UBOOT unset ADDON -#Common KMS: -unset USE_KMS -unset KMS_OVERRIDE - unset FIRMWARE unset SERIAL_MODE unset BETA_KERNEL @@ -659,10 +655,7 @@ function boot_uenv_txt_template { } function tweak_boot_scripts { - # debug -|- - # echo "NetInstall Boot Script: Generic" - # echo "-----------------------------" - # cat ${TEMPDIR}/bootscripts/netinstall.cmd + unset KMS_OVERRIDE if [ "x${ADDON}" == "xpico" ] ; then VIDEO_TIMING="640x480MR-16@60" @@ -1563,6 +1556,7 @@ function check_uboot_type { unset IN_VALID_UBOOT unset SMSC95XX_MOREMEM unset USE_ZIMAGE + unset USE_KMS case "${UBOOT_TYPE}" in beagle_bx)