summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot_2011.10rc.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-11-17 10:27:25 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-11-17 10:27:25 +0100
commit5c5d12b005038db235534636212d161a07039263 (patch)
treee4868415e6c92c0a8a60436fed944502e36abfda /recipes-bsp/u-boot/u-boot_2011.10rc.bb
parenta7217aa256adb0df2a93c2fb83583d1f90bd9e94 (diff)
downloadmeta-ti-5c5d12b005038db235534636212d161a07039263.tar.gz
u-boot 2011.10rc: enable i2c2 for beaglebone
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.bb3
1 files changed, 2 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 51f71843..ebcb3530 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 = "r24" 7PR = "r25"
8 8
9# SPL build 9# SPL build
10UBOOT_BINARY = "u-boot.img" 10UBOOT_BINARY = "u-boot.img"
@@ -20,6 +20,7 @@ SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;br
20 file://2011.09git/0006-am335x-evm-Fix-bone-pmic-shut-down-over-USB-power.patch \ 20 file://2011.09git/0006-am335x-evm-Fix-bone-pmic-shut-down-over-USB-power.patch \
21 file://2011.09git/0007-am335x_evm-switch-to-ext4.patch \ 21 file://2011.09git/0007-am335x_evm-switch-to-ext4.patch \
22 file://2011.09git/0008-HACK-am335x-evm-turn-d-cache-on-globally-turn-it-off.patch \ 22 file://2011.09git/0008-HACK-am335x-evm-turn-d-cache-on-globally-turn-it-off.patch \
23 file://2011.09git/0009-am335x-evm-enable-i2c2-pinmux-for-beaglebone.patch \
23 " 24 "
24 25
25SRCREV = "f63b270e47f62f4d1a05b2001357e215966c6f5a" 26SRCREV = "f63b270e47f62f4d1a05b2001357e215966c6f5a"