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 | d2e8f86a439c9e2dfa8cba4d35fbba4c7149aade (patch) | |
tree | 1ff47d5ed55ca8a9ad4211dd3d3f401ca34bbf98 /recipes-kernel/linux/linux-toradex-fsl_git.bb | |
parent | d179c964b5eec6d264866f300e4c98d9ef2bb614 (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 'recipes-kernel/linux/linux-toradex-fsl_git.bb')
-rw-r--r-- | recipes-kernel/linux/linux-toradex-fsl_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-toradex-fsl_git.bb b/recipes-kernel/linux/linux-toradex-fsl_git.bb index 01d672b..7e059f1 100644 --- a/recipes-kernel/linux/linux-toradex-fsl_git.bb +++ b/recipes-kernel/linux/linux-toradex-fsl_git.bb @@ -4,14 +4,14 @@ require recipes-kernel/linux/linux-toradex-fsl.inc LINUX_VERSION_colibri-vf = "3.0.15" LINUX_VERSION_apalis-imx6 ?= "3.0.35" -SRCREV_colibri-vf = "72249651843f93d50c302833546fb2880052a80f" +SRCREV_colibri-vf = "d6e1c85db4d0442a38b43d6c28900a1f1a8d760f" PR_colibri-vf = "V2.2b1" SRCREV_apalis-imx6 = "fbff978ea77f9d0832cc924e91b2497d7cde572c" PR_apalis-imx6 = "V2.2b1" PV = "${LINUX_VERSION}+gitr${SRCREV}" S = "${WORKDIR}/git" -SRCBRANCH_colibri-vf = "colibri_vf" +SRCBRANCH_colibri-vf = "colibri_vf_next" SRCBRANCH_apalis-imx6 = "toradex_imx6" SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH}" # a Patch |