diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2014-04-29 18:40:09 +0200 |
---|---|---|
committer | Stefan Agner <stefan.agner@toradex.com> | 2014-04-30 15:39:06 +0200 |
commit | 2d780ee2f8aa8f7ec42539ee499c6cef64eb3a2b (patch) | |
tree | 5ae057f57359567c1230115ff62b6a7e259eb35f /conf/machine/colibri-vf.conf | |
parent | f502efb7c9c3e3f50ea8ef99d3a0195fc9838d06 (diff) |
colibri-vf: switch to U-Boot 2014.04 and latest git
This commit switches Colibri VF machine to use the 2014.04 git
branch. The change to latest U-Boot brings proper NAND hardware
ECC support, which is also enabled in latest Linux kernel.
Beside that, burnflash is updated to correctly work with the
new U-Boot version and the altered Config Block location.
Diffstat (limited to 'conf/machine/colibri-vf.conf')
-rw-r--r-- | conf/machine/colibri-vf.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/colibri-vf.conf b/conf/machine/colibri-vf.conf index 4d1423b..fc9c087 100644 --- a/conf/machine/colibri-vf.conf +++ b/conf/machine/colibri-vf.conf @@ -14,7 +14,7 @@ SOC_FAMILY = "vf:vf60" PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-fsl" PREFERRED_PROVIDER_u-boot = "u-boot-toradex-fsl" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex-fsl" -UBOOT_SUFFIX = "nand" +UBOOT_SUFFIX = "imx" UBOOT_MAKE_TARGET = "" UBOOT_MACHINE = "colibri_vf_config" # note that this is a pure SW solution, don't expect GPU performance |