From 449fca990125b3b4873619072fa9c3e88877bbb1 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Fri, 23 Oct 2009 14:02:28 +0200 Subject: u-boot: Patched and tested a GIT version for MACHINE=calamari. Tested on the Freescale MPC8536DS board. Includes a workaround for a known buggy compiler. Signed-off-by: Leon Woestenberg --- conf/machine/calamari.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/machine/calamari.conf') diff --git a/conf/machine/calamari.conf b/conf/machine/calamari.conf index 2f4af15d9b..dd1ad2291e 100644 --- a/conf/machine/calamari.conf +++ b/conf/machine/calamari.conf @@ -13,7 +13,7 @@ MACHINE_FEATURES = "kernel26 usbhost pci ext2 uboot" KERNEL_IMAGETYPE = "uImage" -PREFERRED_VERSION_u-boot ?= "2009.06" +PREFERRED_VERSION_u-boot ?= "git" UBOOT_MACHINE = "MPC8536DS_config" UBOOT_ENTRYPOINT = "0" UBOOT_LOADADDRESS = "0" -- cgit 1.2.3-korg