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 ;;