beagle/panda: update this device tree test options to v3.10.x

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/22/head
Robert Nelson 12 years ago
parent 535face931
commit d623364527

@ -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"

@ -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"

Loading…
Cancel
Save