mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-07-17 06:19:52 +02:00
Use new version of u-boot
This commit is contained in:
@ -7,17 +7,16 @@ COMPATIBLE_MACHINE = "allwinner-a10"
|
||||
|
||||
DEFAULT_PREFERENCE_allwinner-a10 = "1"
|
||||
|
||||
SRC_URI = "git://github.com/hno/uboot-allwinner.git;protocol=git;branch=sun4i \
|
||||
SRC_URI = "git://github.com/linux-sunxi/u-boot-sunxi.git;protocol=git;branch=sunxi \
|
||||
"
|
||||
|
||||
# 2012/06/05: Merge branch 'sun4i' of github.com:hno/uboot-allwinner into sun4i
|
||||
SRCREV = "ef96cd035ce543d1f8d656bf200ca8a62731c3f1"
|
||||
PR = "r2"
|
||||
SRCREV = "b255c5fbe07afd488160ca67c1290955553a25e8"
|
||||
PR = "r3"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_install_prepend() {
|
||||
cp ${S}/spl/sun4i-spl.bin ${S}
|
||||
cp ${S}/spl/sunxi-spl.bin ${S}
|
||||
}
|
||||
|
Reference in New Issue
Block a user