aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/u-boot/u-boot_git.bb
diff options
context:
space:
mode:
authorjkridner@beagleboard.org <jkridner@beagleboard.org>2010-08-05 09:03:37 +0000
committerKoen Kooi <koen@openembedded.org>2010-08-05 21:31:23 +0200
commitf2636a6278709f20f0d6be82373b309023b36f30 (patch)
treef2aa819240dfd9711056732765612368c31f95e6 /recipes/u-boot/u-boot_git.bb
parent21df95a924ad106d7062f51431d094a49dbe1174 (diff)
downloadopenembedded-f2636a6278709f20f0d6be82373b309023b36f30.tar.gz
u-boot: beagleboard: default 3MP camera support
This turns on the pull-ups so that the I2C will work by default as well as sets the default camera type. Currently, the kernel cannot probe for I2C devices, but that should be the long term fix. We put the change here into the default environment, instead of the boot.scr, such that there won't be a need to update your boot.scr in the future for the default camera if we ever get the kernel fixed to probe for I2C devcies. Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/u-boot/u-boot_git.bb')
-rw-r--r--recipes/u-boot/u-boot_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index bc4ab19324..79c2b956f7 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -1,5 +1,5 @@
require u-boot.inc
-PR ="r59"
+PR ="r60"
FILESPATHPKG =. "u-boot-git:"
@@ -69,6 +69,8 @@ SRC_URI_beagleboard = "git://www.denx.de/git/u-boot.git;protocol=git \
file://0042-BeagleBoard-New-command-for-status-of-USER-button.patch \
file://0043-BeagleBoard-Add-CONFIG_SYS_MEMTEST_SCRATCH.patch \
file://0044-Beagleboard-Adjust-boot.patch \
+ file://0045-Beagleboard-Enable-pullups-on-i2c2.patch \
+ file://0046-Beagleboard-Add-camera-to-default-bootargs.patch \
file://fw_env.config \
"
SRCREV_beagleboard = "ca6e1c136ddb720c3bb2cc043b99f7f06bc46c55"