summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot_2011.10rc.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-18 21:28:31 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-18 21:28:31 +0200
commit5bea125f60d7864d7294313f11f8adacb15490d4 (patch)
tree006704b0642f210d1c0bbf6fa0e1049f1d724423 /recipes-bsp/u-boot/u-boot_2011.10rc.bb
parent9c6d6d949037fb84cb501c1899033912fe4aff39 (diff)
downloadmeta-ti-5bea125f60d7864d7294313f11f8adacb15490d4.tar.gz
u-boot 2011.10rc: make uboot pass beaglebone machine ID when encountering a valid bone eeprom ID
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_2011.10rc.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.10rc.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
index e10c8955..ad104d69 100644
--- a/recipes-bsp/u-boot/u-boot_2011.10rc.bb
+++ b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
@@ -4,7 +4,7 @@ require u-boot.inc
4COMPATIBLE_MACHINE = "(ti33x)" 4COMPATIBLE_MACHINE = "(ti33x)"
5DEFAULT_PREFERENCE_ti33x = "99" 5DEFAULT_PREFERENCE_ti33x = "99"
6PV = "2011.09+git" 6PV = "2011.09+git"
7PR = "r9" 7PR = "r10"
8 8
9# SPL build 9# SPL build
10UBOOT_BINARY = "u-boot.img" 10UBOOT_BINARY = "u-boot.img"
@@ -15,6 +15,10 @@ SRC_URI = "git://github.com/trini/u-boot.git;protocol=git;branch=int_am335xpsp_0
15 file://2011.09git/0001-am335x_evm-boot-kernel-from-ext2-3-filesystem.patch \ 15 file://2011.09git/0001-am335x_evm-boot-kernel-from-ext2-3-filesystem.patch \
16 file://2011.09git/0002-am335x_evm-set-bootdelay-to-0.patch \ 16 file://2011.09git/0002-am335x_evm-set-bootdelay-to-0.patch \
17 file://2011.09git/0003-am335x-evm-make-rootfs-RO-on-boot.patch \ 17 file://2011.09git/0003-am335x-evm-make-rootfs-RO-on-boot.patch \
18 file://2011.09git/0001-mach-types-Add-new-beaglebone-machine-type.patch \
19 file://2011.09git/0002-evm-If-beaglebone-is-detected-pass-the-MACH_TYPE_BEA.patch \
20 file://2011.09git/0003-am335x_evm-single-byte-address-EEPROM-for-board-iden.patch \
21 file://2011.09git/0004-am335x-evm-fall-back-to-bone-if-header.config-is-emp.patch \
18 " 22 "
19 23
20SRCREV = "3fb65523c5994718b56a3b4b18ddf1ef3ffc02dc" 24SRCREV = "3fb65523c5994718b56a3b4b18ddf1ef3ffc02dc"