diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-10-23 14:02:28 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-10-23 14:02:28 +0200 |
commit | 449fca990125b3b4873619072fa9c3e88877bbb1 (patch) | |
tree | 8622baff6c1004a38c76b1f5302095929673137e /conf/machine | |
parent | 1ec5d58130c4c76aa885a10f099b9bb32651a292 (diff) |
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 <leon@sidebranch.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/calamari.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |