u-boot: update to latest version, copy spl binary for distribution

Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
This commit is contained in:
Enrico Butera 2012-06-07 23:14:07 +02:00
parent 0192226c66
commit fd9b08a738

View File

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