From fd9b08a738e0a19af986c2ac78d89f1e75a0314a Mon Sep 17 00:00:00 2001 From: Enrico Butera Date: Thu, 7 Jun 2012 23:14:07 +0200 Subject: [PATCH] u-boot: update to latest version, copy spl binary for distribution Signed-off-by: Enrico Butera --- recipes-bsp/u-boot/u-boot_git.bb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb index 04e0928..5552bbb 100644 --- a/recipes-bsp/u-boot/u-boot_git.bb +++ b/recipes-bsp/u-boot/u-boot_git.bb @@ -10,10 +10,14 @@ DEFAULT_PREFERENCE_allwinner-a10 = "1" SRC_URI = "git://github.com/hno/uboot-allwinner.git;protocol=git;branch=sun4i \ " -# 2012/05/31: Rename spl loader to sun4i-spl.bin for now -SRCREV = "e5eb03e7cd61ebcf552f6c809783d025786cdb24" -PR = "r1" +# 2012/06/05: Merge branch 'sun4i' of github.com:hno/uboot-allwinner into sun4i +SRCREV = "ef96cd035ce543d1f8d656bf200ca8a62731c3f1" +PR = "r2" LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" S = "${WORKDIR}/git" + +do_install_prepend() { + cp ${S}/spl/sun4i-spl.bin ${S} +}