summaryrefslogtreecommitdiffstats
path: root/meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl_git.bbappend
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-05-27 10:43:16 +0300
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-05-28 14:11:24 +0300
commitd899f31b7fb5c857b159b46c52ce22b3c7b701f5 (patch)
tree3f307120e120671a7f7e81d04341f428124b1c9c /meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl_git.bbappend
parentbfbad49ac1d55ec3864ddff6d8c7b4b38fbaf907 (diff)
downloadmeta-boot2qt-d899f31b7fb5c857b159b46c52ce22b3c7b701f5.tar.gz
toradex: add support for u-boot update on colibri vf
Include flash scripts to boot partition, which can update u-boot to NAND. Remove kernel and dtb files from boot partition, as they are read from second partition. u-boot env changed to boot from MMC by default and kernel messages removed from tty1. apalis flash scripts updated to latest version from toradex and to use both flash_mmc and flash_blk. Change-Id: I1a58badafa01e2023b9ae058b833eb108c097594 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
Diffstat (limited to 'meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl_git.bbappend')
-rw-r--r--meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl_git.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl_git.bbappend b/meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl_git.bbappend
index d1675de..1c2e561 100644
--- a/meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl_git.bbappend
+++ b/meta-toradex-extras/recipes/u-boot/u-boot-toradex-fsl_git.bbappend
@@ -24,3 +24,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
24SRC_URI_append_apalis-imx6 = " \ 24SRC_URI_append_apalis-imx6 = " \
25 file://0001-Update-default-args-for-apalis-imx6.patch \ 25 file://0001-Update-default-args-for-apalis-imx6.patch \
26 " 26 "
27SRC_URI_append_colibri-vf = " \
28 file://0001-colibri-vf-enable-sdboot-by-default.patch \
29 "