diff options
author | Liming Wang <liming.wang@windriver.com> | 2013-09-04 15:08:30 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-04 11:00:14 +0100 |
commit | f1c74a33835f97c6b42235358d80851882b4687e (patch) | |
tree | d398f3d64dfccd5a46278974862194bddb846492 | |
parent | 3aa68fd9014a4745486a2e8ab03292b39ce11862 (diff) | |
download | ast2050-yocto-poky-f1c74a33835f97c6b42235358d80851882b4687e.zip ast2050-yocto-poky-f1c74a33835f97c6b42235358d80851882b4687e.tar.gz |
mpc8315e-rdb: Set PREFFERED_VERSION to 2013.07
Now the latest u-boot, v2013.07, works well on the board. So set
PREFERRED_VERSION to use the latest u-boot.
(From meta-yocto rev: 4369347fb8247c5a2e56941047b369e000ac1341)
Signed-off-by: Liming Wang <liming.wang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf index cf767f5..3e984a7 100644 --- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf +++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf @@ -22,7 +22,7 @@ XSERVER ?= "xserver-xorg \ xf86-input-evdev \ xf86-video-fbdev" -PREFERRED_VERSION_u-boot ?= "v2011.06%" +PREFERRED_VERSION_u-boot ?= "v2013.07%" UBOOT_ENTRYPOINT = "0x00000000" KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8315erdb.dts" |