diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2014-12-11 20:15:44 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2014-12-11 22:15:28 +0100 |
commit | 053581bee725a53232ac5adffa84fd7e1bb1f2a5 (patch) | |
tree | 80e4f41b319ad415b07f0ba29bc9b6b983972cf2 /recipes-bsp | |
parent | d2fbbd3a35f40fad4f57ed8ffab4fbba970f5f63 (diff) |
apalis/colibri-imx6: U-Boot and Kernel for V1.0/V1.1
Update to a U-Boot and Kernel which can be used for Apalis iMX6
HW version V1.0 and V1.1.
Also deploy additional device tree for Apalis iMX6 V1.0 modules
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb index 09d5493..0428952 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex-fsl_git.bb @@ -13,8 +13,8 @@ S = "${WORKDIR}/git" SRCREV_colibri-vf = "67c3a4aee6c0af124ce779aed1be70c7a92d0916" SRCBRANCH_colibri-vf = "2014.10-toradex" -SRCREV_mx6 = "d4c752ac0eca88873e73a5a3bee6573f6d0ec92a" -SRCBRANCH_mx6 = "2014.04-toradex" +SRCREV_mx6 = "d593e1931d1a9fa00ee99dcd9b61e1c3f738ab1c" +SRCBRANCH_mx6 = "2014.04-toradex-next" SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH}" #FILESPATHPKG =. "git:" |