diff options
author | Koen Kooi <koen@openembedded.org> | 2009-06-30 20:16:32 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-06-30 20:16:32 +0200 |
commit | bb6a5a722b0845baad602a51daf3304e6c2ef1ad (patch) | |
tree | a1516ef2f6c834dcd1a68294a4aed4f8d58f2fbf /recipes/u-boot/u-boot_git.bb | |
parent | cbe3798f416e1153ab58652ed829dac1b69068ff (diff) |
u-boot git: update beagleboard pinmux
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 8936cfbbc7..d87e5a1529 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 ="r26" +PR ="r27" FILESPATHPKG =. "u-boot-git:" @@ -16,6 +16,7 @@ SRC_URI_append_afeb9260-180 = " file://AFEB9260-network-fix.patch;patch=1" SRC_URI_beagleboard = "git://gitorious.org/u-boot-omap3/mainline.git;branch=omap3-dev;protocol=git \ file://fw-env.patch;patch=1 \ file://dss2.patch;patch=1 \ + file://new-pinmux.patch;patch=1 \ " SRCREV_beagleboard = "d363f9cb0918a1b6b92e2e20d01543d0c4f53274" PV_beagleboard = "2009.05+${PR}+gitr${SRCREV}" |