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} +}