kinda cool, the Freescale: imx53-qsb-v3.9.conf and TI: omap3-beagle-xm-v3.9.conf now share the same kernel image

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/22/head
Robert Nelson 12 years ago
parent 9ab1b9fdd9
commit 94fda05dd6

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
#http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=tree;f=arch/arm/boot/dts;hb=refs/tags/v3.8 #https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arm/boot/dts?id=refs/tags/v3.9-rc2
# --dtb imx53-qsb (Freescale i.MX53 Quick Start Development Board:supported) # --dtb imx53-qsb (Freescale i.MX53 Quick Start Development Board (v3.9.x))
board="MX53LOCO" board="MX53LOCO"
SYSTEM="mx53loco" SYSTEM="mx53loco"
@ -26,9 +26,9 @@ uboot_SCRIPT_ENTRY="loaduimage"
uboot_CMD_LOAD="load" uboot_CMD_LOAD="load"
#Kernel: #Kernel:
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-imx #http://rcn-ee.net/deb/wheezy-armhf/LATEST-${kernel_subarch}
kernel_subarch="imx" kernel_subarch="armv7"
kernel_repo="STABLE" kernel_repo="EXPERIMENTAL"
usbnet_mem= usbnet_mem=

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
#http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=tree;f=arch/arm/boot/dts;hb=refs/tags/v3.8-rc5 #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 (BeagleBoard xM (v3.8.x)) # --dtb omap3-beagle-xm (BeagleBoard xM (v3.9.x))
board="BEAGLEBOARD_XM" board="BEAGLEBOARD_XM"
SYSTEM="beagle_xm" SYSTEM="beagle_xm"
@ -23,9 +23,9 @@ uboot_SCRIPT_ENTRY="loaduimage"
uboot_CMD_LOAD="fatload" uboot_CMD_LOAD="fatload"
#Kernel: #Kernel:
#http://rcn-ee.net/deb/wheezy-armhf/LATEST-omap #http://rcn-ee.net/deb/wheezy-armhf/LATEST-${kernel_subarch}
kernel_subarch="omap" kernel_subarch="armv7"
kernel_repo="TESTING" kernel_repo="EXPERIMENTAL"
usbnet_mem="16384" usbnet_mem="16384"
Loading…
Cancel
Save