diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2015-09-04 14:54:19 +0200 |
---|---|---|
committer | Max Krummenacher <max.oss.09@gmail.com> | 2015-10-12 15:36:39 +0200 |
commit | e60ea33ef123b3347453237405df9e89f7e1e7a0 (patch) | |
tree | cd0936666a0c73c2928fb3c47eefa6485e6fc630 /recipes | |
parent | 7c3025289408308d3c0a4cc494c7ca53307aac83 (diff) |
Apalis iMX6: cleanup filename for V1.0 HW
Follow the rename imx6q-apalis-eval_v1_0.dtb to imx6q-apalis_v1_0-eval.dtb
in the kernel.
The v1_0 denotes the Apalis module version, not the evaluation board version.
Diffstat (limited to 'recipes')
-rwxr-xr-x | recipes/images/files/library/imx6/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/images/files/library/imx6/update.sh b/recipes/images/files/library/imx6/update.sh index 1932804..a484d7a 100755 --- a/recipes/images/files/library/imx6/update.sh +++ b/recipes/images/files/library/imx6/update.sh @@ -112,7 +112,7 @@ else IMAGEFILE=root.ext3 U_BOOT_BINARY=u-boot.imx U_BOOT_BINARY_IT=u-boot-it.imx - KERNEL_DEVICETREE="imx6q-apalis-eval.dtb imx6q-apalis-eval_v1_0.dtb" + KERNEL_DEVICETREE="imx6q-apalis-eval.dtb imx6q-apalis_v1_0-eval.dtb" LOCPATH="imx_flash" # assumed minimal eMMC size [in sectors of 512] EMMC_SIZE=$(expr 1024 \* 3500 \* 2) |