diff options
author | Steve Sakoman <steve@sakoman.com> | 2008-07-11 13:42:27 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-11 13:42:27 +0000 |
commit | d10eb8cbbaadad790a7d06069dfb3de146f68c68 (patch) | |
tree | 625724d3d846dba9a97e22f5a340756817d87c3a /packages/u-boot | |
parent | 332e03a0d9f17b0062bb582f0e676233127ed0c5 (diff) |
u-boot git: bump SRCREV for beagleboard
Diffstat (limited to 'packages/u-boot')
-rw-r--r-- | packages/u-boot/u-boot_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/u-boot/u-boot_git.bb b/packages/u-boot/u-boot_git.bb index 32634dfa00..e900ab41db 100644 --- a/packages/u-boot/u-boot_git.bb +++ b/packages/u-boot/u-boot_git.bb @@ -1,8 +1,8 @@ require u-boot.inc -PR="r7" +PR="r9" SRCREV_davinci-sffsdr = "a524e112b424c6843800ea2f19d3a8cf01d0aa94" -SRCREV_beagleboard = "a94f22f08f280905926219e568568964cb9eeb9d" +SRCREV_beagleboard = "9b55a2536919f4de1bb1044e6eb8262c2f53bc96" SRCREV_neuros-osd2 = "482dfe48845192c7f810bccfc93db93d0f1654f7" SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git " |