diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-31 12:51:01 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-31 12:51:01 +0200 |
commit | ee3347eea156941ba4847a3cfa784cd3d3068019 (patch) | |
tree | 1dc018d55c2d54093a12919af8940606f3d5b336 /recipes/u-boot/u-boot_git.bb | |
parent | 9545699b447f4d548cca7bb1f54dc1c01dd3fe4a (diff) |
u-boot git: add patch to power on USB on beagleboard xM rev A
Diffstat (limited to 'recipes/u-boot/u-boot_git.bb')
-rw-r--r-- | recipes/u-boot/u-boot_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb index 03c0661aad..90ca78d386 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 ="r50" +PR ="r51" FILESPATHPKG =. "u-boot-git:" @@ -56,6 +56,7 @@ SRC_URI_beagleboard = "git://www.denx.de/git/u-boot.git;protocol=git \ file://0035-OMAP3-Beagle-set-mpurate-to-1000-for-xM.patch \ file://0036-OMAP3-Beagle-decrease-bootdelay-to-3-use-VGA-for-def.patch \ file://0037-OMAP3-beagle-pass-expansionboard-name-in-bootargs.patch \ + file://0038-Added-configurations-for-xM-Rev-A-board.patch \ file://fw_env.config \ " SRCREV_beagleboard = "ca6e1c136ddb720c3bb2cc043b99f7f06bc46c55" |