From 2486890941dcee150d8c22026b417ea1dae4cf06 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 29 Jan 2013 15:31:38 -0600 Subject: [PATCH] beagle: this setting was never advertised, and both will be merged into --dtb omap3-beagle-xm when v3.8-rc hits stable Signed-off-by: Robert Nelson --- mk_mmc.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index 4e4b213..b3190eb 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1446,11 +1446,6 @@ function check_uboot_type { source "${DIR}"/hwpack/omap3-beagle-xm.conf convert_uboot_to_dtb_board ;; - beagle_xm_kms) - echo "Note: [--dtb omap3-beagle-xm-v3.8] now replaces [--uboot beagle_xm_kms]" - source "${DIR}"/hwpack/omap3-beagle-xm.conf - convert_uboot_to_dtb_board - ;; bone) need_am335x_firmware="1" uboot_SCRIPT_ENTRY="loaduimage"