From 5d75957acdae979ae49a5c77268c8872bd8dc306 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 2 Oct 2012 10:07:19 -0500 Subject: [PATCH] beagle/beagle xm: use a v3.6.x based kernel Signed-off-by: Robert Nelson --- mk_mmc.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mk_mmc.sh b/mk_mmc.sh index 45cba5d..419696b 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -1456,6 +1456,7 @@ function check_uboot_type { SYSTEM="beagle_bx" BOOTLOADER="BEAGLEBOARD_BX" is_omap + KERNEL_SEL="TESTING" #dtb_file="omap3-beagle.dtb" echo "-----------------------------" echo "Warning: Support for the Original BeagleBoard Ax/Bx is broken.. (board locks up during hardware detect)" @@ -1466,6 +1467,7 @@ function check_uboot_type { SYSTEM="beagle_cx" BOOTLOADER="BEAGLEBOARD_CX" is_omap + KERNEL_SEL="TESTING" #dtb_file="omap3-beagle.dtb" echo "-----------------------------" echo "Warning: Support for the BeagleBoard C1/C2 is broken.. (board locks up during hardware detect)" @@ -1477,6 +1479,7 @@ function check_uboot_type { SYSTEM="beagle_xm" BOOTLOADER="BEAGLEBOARD_XM" is_omap + KERNEL_SEL="TESTING" smsc95xx_mem="16384" #dtb_file="omap3-beagle.dtb" ;; @@ -1484,6 +1487,7 @@ function check_uboot_type { SYSTEM="beagle_xm" BOOTLOADER="BEAGLEBOARD_XM" is_omap + KERNEL_SEL="TESTING" smsc95xx_mem="16384" #dtb_file="omap3-beagle.dtb"