summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx8mnevk.conf
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2020-08-18 09:59:11 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-09-28 11:08:07 -0300
commit6ede3ca704e67fa92170149f0f3549f1f8b2c162 (patch)
treeb64a5de4b7fbce570a4150c479ef5420c64b5197 /conf/machine/imx8mnevk.conf
parent4869fd56b4192947f7090f1ea8502ce8afcdd2ba (diff)
downloadmeta-freescale-6ede3ca704e67fa92170149f0f3549f1f8b2c162.tar.gz
u-boot-imx: upgrade to imx_v2020.04_5.4.24_2.1.0
Drop patch appplied upstream, remove additional install step which is handled by imx-boot recipe. Update u-boot dtb names in machine description files, upstream U-Boot from NXP has DTB files renamed. Upgrade u-boot-imx-tools and u-boot-imx-mfgtool to 2020.04 as well to match u-boot-imx recipe. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> (cherry picked from commit 5b58232d3e7b5e66d5bdcfd11a6265b098b2f898)
Diffstat (limited to 'conf/machine/imx8mnevk.conf')
-rw-r--r--conf/machine/imx8mnevk.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx8mnevk.conf b/conf/machine/imx8mnevk.conf
index cc92ac7c..80d77ac8 100644
--- a/conf/machine/imx8mnevk.conf
+++ b/conf/machine/imx8mnevk.conf
@@ -36,7 +36,7 @@ DDR_FIRMWARE_NAME = "ddr4_imem_1d_201810.bin \
36 ddr4_dmem_2d_201810.bin" 36 ddr4_dmem_2d_201810.bin"
37 37
38# Set u-boot DTB 38# Set u-boot DTB
39UBOOT_DTB_NAME = "fsl-imx8mn-ddr4-evk.dtb" 39UBOOT_DTB_NAME = "imx8mn-ddr4-evk.dtb"
40 40
41# Set imx-mkimage boot target 41# Set imx-mkimage boot target
42IMXBOOT_TARGETS = "${@bb.utils.contains('UBOOT_CONFIG', 'fspi', 'flash_ddr4_evk_flexspi', 'flash_ddr4_evk', d)}" 42IMXBOOT_TARGETS = "${@bb.utils.contains('UBOOT_CONFIG', 'fspi', 'flash_ddr4_evk_flexspi', 'flash_ddr4_evk', d)}"