From d6233645276ad314ffc523e9efa63222d45e18b1 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Fri, 12 Jul 2013 11:37:17 -0500 Subject: [PATCH] beagle/panda: update this device tree test options to v3.10.x Signed-off-by: Robert Nelson --- ...gle-xm-v3.9-dt.conf => omap3-beagle-xm-v3.10-dt.conf} | 9 ++++----- hwpack/omap4-panda-v3.10-dt.conf | 8 ++------ 2 files changed, 6 insertions(+), 11 deletions(-) rename hwpack/{omap3-beagle-xm-v3.9-dt.conf => omap3-beagle-xm-v3.10-dt.conf} (83%) diff --git a/hwpack/omap3-beagle-xm-v3.9-dt.conf b/hwpack/omap3-beagle-xm-v3.10-dt.conf similarity index 83% rename from hwpack/omap3-beagle-xm-v3.9-dt.conf rename to hwpack/omap3-beagle-xm-v3.10-dt.conf index 2e01bc2..9367f6e 100644 --- a/hwpack/omap3-beagle-xm-v3.9-dt.conf +++ b/hwpack/omap3-beagle-xm-v3.10-dt.conf @@ -1,6 +1,5 @@ #!/bin/bash -#https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts?id=refs/tags/v3.9-rc2 -# --dtb omap3-beagle-xm-v3.9-dt (BeagleBoard xM:experimental) +# --dtb omap3-beagle-xm-v3.10-dt (BeagleBoard xM:experimental) #Bootloader: conf_board="BEAGLEBOARD" @@ -38,9 +37,9 @@ conf_uboot_use_uenvcmd=1 #uboot_fdt_auto_detection=1 #Kernel: -#http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap -kernel_subarch="omap" -kernel_repo="TESTING" +#http://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7 +kernel_subarch="armv7" +kernel_repo="STABLE" usbnet_mem="16384" diff --git a/hwpack/omap4-panda-v3.10-dt.conf b/hwpack/omap4-panda-v3.10-dt.conf index be32930..022e5e3 100644 --- a/hwpack/omap4-panda-v3.10-dt.conf +++ b/hwpack/omap4-panda-v3.10-dt.conf @@ -1,6 +1,5 @@ #!/bin/bash -#https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts?id=refs/tags/v3.9-rc7 -# --dtb omap4-panda-v3.9-dt (PandaBoard:experimental) +# --dtb omap4-panda-v3.10-dt (PandaBoard:experimental) #Bootloader: conf_board="PANDABOARD" @@ -38,12 +37,9 @@ conf_uboot_use_uenvcmd=1 #uboot_fdt_auto_detection=1 #Kernel: -#http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap -#kernel_subarch="omap" -#kernel_repo="TESTING" #http://rcn-ee.net/deb/wheezy-armhf/LATEST-armv7 kernel_subarch="armv7" -kernel_repo="TESTING" +kernel_repo="STABLE" usbnet_mem="32768"