diff options
author | Denys Dmytriyenko <denys@ti.com> | 2011-10-18 16:10:34 -0400 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-19 09:28:25 +0200 |
commit | d1323b5641fdac38bb21880fbd491dacbe45b708 (patch) | |
tree | 7053b139b39b53d7067465bc7b8044f521780bc5 /recipes-bsp/u-boot | |
parent | cdfd3796c5cb2bb185292b8697ed53849a855229 (diff) | |
download | meta-ti-d1323b5641fdac38bb21880fbd491dacbe45b708.tar.gz |
u-boot 2011.10rc: update with latest rev and new SRC_URI
* Tree moved to arago-project.org
* Remove i2c releated voltage change writes that were a nop
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2011.10rc.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot_2011.10rc.bb index ad104d69..272ed70d 100644 --- a/recipes-bsp/u-boot/u-boot_2011.10rc.bb +++ b/recipes-bsp/u-boot/u-boot_2011.10rc.bb | |||
@@ -4,14 +4,14 @@ require u-boot.inc | |||
4 | COMPATIBLE_MACHINE = "(ti33x)" | 4 | COMPATIBLE_MACHINE = "(ti33x)" |
5 | DEFAULT_PREFERENCE_ti33x = "99" | 5 | DEFAULT_PREFERENCE_ti33x = "99" |
6 | PV = "2011.09+git" | 6 | PV = "2011.09+git" |
7 | PR = "r10" | 7 | PR = "r11" |
8 | 8 | ||
9 | # SPL build | 9 | # SPL build |
10 | UBOOT_BINARY = "u-boot.img" | 10 | UBOOT_BINARY = "u-boot.img" |
11 | UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img" | 11 | UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img" |
12 | UBOOT_SYMLINK = "u-boot-${MACHINE}.img" | 12 | UBOOT_SYMLINK = "u-boot-${MACHINE}.img" |
13 | 13 | ||
14 | SRC_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 \ | 14 | SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=int_am335xpsp_04.06.00.01-v2011.09-for-sdk-05.03.00.00 \ |
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 \ |
@@ -21,7 +21,7 @@ SRC_URI = "git://github.com/trini/u-boot.git;protocol=git;branch=int_am335xpsp_0 | |||
21 | file://2011.09git/0004-am335x-evm-fall-back-to-bone-if-header.config-is-emp.patch \ | 21 | file://2011.09git/0004-am335x-evm-fall-back-to-bone-if-header.config-is-emp.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | SRCREV = "3fb65523c5994718b56a3b4b18ddf1ef3ffc02dc" | 24 | SRCREV = "4b41772ae4ef8fbea0b3e93af169a115e3ad6d12" |
25 | 25 | ||
26 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | 26 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" |
27 | 27 | ||