From 81f8e4d0688f9c012fa523f847ea92d87195ed0c Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 23 Nov 2011 14:17:02 -0600 Subject: [PATCH] obsolete: --usb-rootfs is now autodetected at install Signed-off-by: Robert Nelson --- mk_mmc.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 8c98119..1af2104 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -28,7 +28,6 @@ unset SERIAL_MODE unset USE_BETA_BOOTLOADER unset BETA_KERNEL unset EXPERIMENTAL_KERNEL -unset USB_ROOTFS unset PRINTK unset SPL_BOOT unset ABI_VER @@ -608,10 +607,6 @@ fi #fixme: broke mx51/53 and reenable VIDEO on final boot.. - if [ "$USB_ROOTFS" ];then - sed -i 's/mmcblk0p5/sda1/g' ${TEMPDIR}/bootscripts/*.cmd - fi - if [ "$PRINTK" ];then sed -i 's/bootargs/bootargs earlyprintk/g' ${TEMPDIR}/bootscripts/*.cmd fi @@ -1430,9 +1425,6 @@ Optional: --serial-mode ---usb-rootfs - - Debug: --earlyprintk @@ -1507,9 +1499,6 @@ while [ ! -z "$1" ]; do --use-beta-bootloader) USE_BETA_BOOTLOADER=1 ;; - --usb-rootfs) - USB_ROOTFS=1 - ;; --earlyprintk) PRINTK=1 ;;