From 1c315bd26f5f37d5b386d538f645c93fe5df4831 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Mon, 15 Apr 2013 12:51:53 -0500 Subject: [PATCH] demo images use --uboot bone_dt, so make sure thats an option too Signed-off-by: Robert Nelson --- mk_mmc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk_mmc.sh b/mk_mmc.sh index c2a0185..a5ad688 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1581,7 +1581,7 @@ function check_uboot_type { #initrdaddr = 0x80200000 + 10(mb) * 10 0000 = 0x80C0 0000 (10MB) conf_initrdaddr="0x81000000" ;; - bone_dtb) + bone_dt|bone_dtb) echo "Note: [--dtb am335x-bone-serial] now replaces [--uboot bone_dtb]" source "${DIR}"/hwpack/am335x-bone-serial.conf convert_uboot_to_dtb_board