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-13 12:50:34 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-13 12:50:34 +0200
commit453576ad81ca3a8cf5daaa02e2749aff3254a2a3 (patch)
treeebee2210229563e45a733bee3eabf59af83ccb6f /recipes-bsp/u-boot/u-boot_2011.10rc.bb
parent244e8398923aab44d75fc9aac79a65141bb4e502 (diff)
downloadmeta-ti-453576ad81ca3a8cf5daaa02e2749aff3254a2a3.tar.gz
u-boot 2010rc: switch to Toms latest branch, rediff env patches
This fixes the boot slowdown regression 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.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
index 8c3384e6..44ebeb63 100644
--- a/recipes-bsp/u-boot/u-boot_2011.10rc.bb
+++ b/recipes-bsp/u-boot/u-boot_2011.10rc.bb
@@ -4,19 +4,19 @@ require u-boot.inc
4COMPATIBLE_MACHINE = "beaglebone" 4COMPATIBLE_MACHINE = "beaglebone"
5DEFAULT_PREFERENCE_beaglebone = "99" 5DEFAULT_PREFERENCE_beaglebone = "99"
6PV = "2011.09+git" 6PV = "2011.09+git"
7PR = "r4" 7PR = "r5"
8 8
9# SPL build 9# SPL build
10UBOOT_BINARY = "u-boot.img" 10UBOOT_BINARY = "u-boot.img"
11UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img" 11UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img"
12UBOOT_SYMLINK = "u-boot-${MACHINE}.img" 12UBOOT_SYMLINK = "u-boot-${MACHINE}.img"
13 13
14SRC_URI = "git://github.com/joelagnel/u-boot.git;protocol=git;branch=bone-bringup \ 14SRC_URI = "git://github.com/trini/u-boot.git;protocol=git;branch=int_am335xpsp_04.06.00.01-v2011.09-for-sdk-05.03.00.00 \
15 file://2011.09git/0003-am335x_evm-boot-kernel-from-ext2-filesystem.patch \ 15 file://2011.09git/0001-am335x_evm-boot-kernel-from-ext2-3-filesystem.patch \
16 file://2011.09git/0001-am335x_evm-reduced-bootdelay-to-1.patch \ 16 file://2011.09git/0002-am335x_evm-set-bootdelay-to-0.patch \
17 file://2011.09git/0002-am335x_evm-read-uEnv.txt-instead-of-boot.scr.patch \
18 " 17 "
19SRCREV = "fb3043c07bc05df83d38bfd2b303f2c9a96779c6" 18
19SRCREV = "456880b203bc44c025c374c98fa327b804a9cf64"
20 20
21LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 21LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
22 22