diff options
author | Sergey Lapin <slapin@ossfans.org> | 2008-11-29 20:25:01 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2008-11-29 21:38:13 +0300 |
commit | 6373779dc068ccfb248481ec540c9b2d9940e954 (patch) | |
tree | cdb26ba9b2d455e793f9383903bf3b2b2b1f6269 /packages/u-boot | |
parent | 5330c5b321e0277b69ab4c1a6a986b6478098439 (diff) |
u-boot: update for afeb9260 support
Signed-off-by: Sergey Lapin <slapin@ossfans.org>
Diffstat (limited to 'packages/u-boot')
-rw-r--r-- | packages/u-boot/u-boot_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/u-boot/u-boot_git.bb b/packages/u-boot/u-boot_git.bb index ad885cb33c..2d3244f96e 100644 --- a/packages/u-boot/u-boot_git.bb +++ b/packages/u-boot/u-boot_git.bb @@ -7,6 +7,7 @@ SRCREV_davinci-dvevm = "4b50cd12a3b3c644153c4cf393f4a4c12289e5aa" SRCREV_akita = "9bf86baaa3b35b25baa2d664e2f7f6cafad689ee" SRCREV_spitz = "9bf86baaa3b35b25baa2d664e2f7f6cafad689ee" SRCREV_c7x0 = "9bf86baaa3b35b25baa2d664e2f7f6cafad689ee" +SRCREV_afeb9260 = "d9d8c7c696dec370ca714c03beb6e79d4c90bd5e" SRC_URI_beagleboard = "git://www.sakoman.net/git/u-boot-omap3.git;branch=omap3;protocol=git" SRCREV_beagleboard = "1e329ec630b31803ee191d2ee335214662b5bfea" @@ -38,7 +39,6 @@ SRC_URI_append_c7x0 = "file://pdaXrom-u-boot.patch;patch=1 \ file://uboot-eabi-fix-HACK2.patch;patch=1 \ file://corgi-standard-partitioning.patch;patch=1 \ " - S = "${WORKDIR}/git" PACKAGE_ARCH = "${MACHINE_ARCH}" |