From 573fd638e702d2d4f5b7f621839fb47f74251364 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Mon, 15 Jun 2009 15:51:31 +0200 Subject: u-boot: Added 2009.06. Machine mpc8315e-rdb uses it now. Newest u-boot release 2009.06. Also, as the mpc8315e-rdb boards come with a buggy u-boot (possible invalid access due to missing guard, when speculatively executing libz code), its u-boot version is now set to 2009.06 which contains the fix. Same applies to mpc8313e-rdb, to be upgraded later. Signed-off-by: Leon Woestenberg --- conf/machine/mpc8315e-rdb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/mpc8315e-rdb.conf') diff --git a/conf/machine/mpc8315e-rdb.conf b/conf/machine/mpc8315e-rdb.conf index 40f289f55c..d7e733bd66 100644 --- a/conf/machine/mpc8315e-rdb.conf +++ b/conf/machine/mpc8315e-rdb.conf @@ -13,7 +13,7 @@ MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot" KERNEL_IMAGETYPE = "uImage" -PREFERRED_VERSION_u-boot ?= "1.3.2" +PREFERRED_VERSION_u-boot ?= "2009.06" UBOOT_MACHINE = "MPC8315ERDB_config" UBOOT_ENTRYPOINT = "0" UBOOT_LOADADDRESS = "0" -- cgit 1.2.3-korg