diff options
author | Steve Sakoman <steve@sakoman.com> | 2008-07-13 16:16:50 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-13 16:16:50 +0000 |
commit | 94667ace4424256bfd2e85ef5fe98b434dbbf58d (patch) | |
tree | 6fdb21d7d41359335ca5d59443b3529f17f6aa8a /packages/u-boot/u-boot_git.bb | |
parent | a105e4422b3ef7da6cc1716443f392647dd06354 (diff) |
u-boot-git: update beagleboard base patch with nand ecc command, bump SRCREV
Diffstat (limited to 'packages/u-boot/u-boot_git.bb')
-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 e900ab41db..81842921cc 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="r9" +PR="r10" SRCREV_davinci-sffsdr = "a524e112b424c6843800ea2f19d3a8cf01d0aa94" -SRCREV_beagleboard = "9b55a2536919f4de1bb1044e6eb8262c2f53bc96" +SRCREV_beagleboard = "bde63587622c4b830a27d1ddf7265843de9e994f" SRCREV_neuros-osd2 = "482dfe48845192c7f810bccfc93db93d0f1654f7" SRC_URI = "git://www.denx.de/git/u-boot.git;protocol=git " |