From befe7c8355e80d2fe06d49ab942b0a284dcd911a Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Wed, 31 Jul 2013 12:27:30 -0500 Subject: [PATCH] finish replacing --uboot with --dtb --- README | 8 +------- mk_mmc.sh | 15 ++------------- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/README b/README index 95c2324..acbcf96 100644 --- a/README +++ b/README @@ -1,7 +1,5 @@ git clone git://github.com/RobertCNelson/netinstall.git cd netinstall -sudo ./mk_mmc.sh --mmc /dev/sdX --uboot --distro --firmware -or sudo ./mk_mmc.sh --mmc /dev/sdX --dtb --distro --firmware To List all Options: use: sudo ./mk_mmc.sh --mmc /dev/sdX --dtb all @@ -11,11 +9,6 @@ Bugs email: "bugs at rcn-ee.com" Required Options: --mmc ---uboot - TI: - beagle_bx - - beagle_cx - - --dtb Freescale: imx51-babbage @@ -26,6 +19,7 @@ Required Options: am335x-bone-serial am335x-bone-video am335x-boneblack + omap3-beagle omap3-beagle-xm omap4-panda omap4-panda-a4 diff --git a/mk_mmc.sh b/mk_mmc.sh index 2158ae1..19ac9e6 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1414,19 +1414,7 @@ check_mmc () { } uboot_dtb_error () { - echo "old: --uboot (board file)" - cat <<-__EOF__ - ----------------------------- - ERROR: This script does not currently recognize the selected: [--uboot ${UBOOT_TYPE}] option.. - Please rerun $(basename $0) with a valid [--uboot ] option from the list below: - ----------------------------- - TI: - beagle_bx - - beagle_cx - - ----------------------------- - __EOF__ - - echo "OR: new: --dtb (device tree) (it's the future)" + echo "OR: new: --dtb (device tree)" cat <<-__EOF__ ----------------------------- @@ -1785,6 +1773,7 @@ usage () { am335x-bone-serial am335x-bone-video am335x-boneblack + omap3-beagle omap3-beagle-xm omap4-panda omap4-panda-a4