diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-08-23 20:23:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-26 11:02:33 +0100 |
commit | 6ccc545238884414b0cd8addc0e268fababc30bf (patch) | |
tree | b06d08ae2b17c38c3b2036df2e2ec241d411052c /meta-yocto-bsp/conf/machine | |
parent | b467b99a5d25efe5eadfb07dbecba608575256ac (diff) | |
download | poky-6ccc545238884414b0cd8addc0e268fababc30bf.tar.gz |
mpc8315e-rdb: Set PREFFERED_VERSION to a version thats known working
While adding the last version, the 2012.04 version was accidently removed, it was not
noticed becuase the 2011.06 version also works correctly. When we next have a tested
u-boot against this core bsp, we can either drop or update this setting
(From meta-yocto rev: 79a8960aa43964ebf3f3cb4621ce10c872807cc9)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine')
-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 252f4cc36b..cf767f591e 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 \ | |||
22 | xf86-input-evdev \ | 22 | xf86-input-evdev \ |
23 | xf86-video-fbdev" | 23 | xf86-video-fbdev" |
24 | 24 | ||
25 | PREFERRED_VERSION_u-boot ?= "v2012.04%" | 25 | PREFERRED_VERSION_u-boot ?= "v2011.06%" |
26 | UBOOT_ENTRYPOINT = "0x00000000" | 26 | UBOOT_ENTRYPOINT = "0x00000000" |
27 | 27 | ||
28 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8315erdb.dts" | 28 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8315erdb.dts" |