obsolete: --usb-rootfs is now autodetected at install

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 13 years ago
parent 0cb2e0d117
commit 81f8e4d068

@ -28,7 +28,6 @@ unset SERIAL_MODE
unset USE_BETA_BOOTLOADER unset USE_BETA_BOOTLOADER
unset BETA_KERNEL unset BETA_KERNEL
unset EXPERIMENTAL_KERNEL unset EXPERIMENTAL_KERNEL
unset USB_ROOTFS
unset PRINTK unset PRINTK
unset SPL_BOOT unset SPL_BOOT
unset ABI_VER unset ABI_VER
@ -608,10 +607,6 @@ fi
#fixme: broke mx51/53 and reenable VIDEO on final boot.. #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 if [ "$PRINTK" ];then
sed -i 's/bootargs/bootargs earlyprintk/g' ${TEMPDIR}/bootscripts/*.cmd sed -i 's/bootargs/bootargs earlyprintk/g' ${TEMPDIR}/bootscripts/*.cmd
fi fi
@ -1430,9 +1425,6 @@ Optional:
--serial-mode --serial-mode
<dvi is default, this overides> <dvi is default, this overides>
--usb-rootfs
<root=/dev/sda1>
Debug: Debug:
--earlyprintk --earlyprintk
<enables earlyprintk over serial> <enables earlyprintk over serial>
@ -1507,9 +1499,6 @@ while [ ! -z "$1" ]; do
--use-beta-bootloader) --use-beta-bootloader)
USE_BETA_BOOTLOADER=1 USE_BETA_BOOTLOADER=1
;; ;;
--usb-rootfs)
USB_ROOTFS=1
;;
--earlyprintk) --earlyprintk)
PRINTK=1 PRINTK=1
;; ;;

Loading…
Cancel
Save