diff options
| author | Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> | 2020-08-18 09:59:11 +0000 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-09-23 23:40:51 -0300 |
| commit | 5b58232d3e7b5e66d5bdcfd11a6265b098b2f898 (patch) | |
| tree | c88d74543f2fe3170508c26fb5951c2d395336ba /conf/machine/imx8mmevk.conf | |
| parent | ff402ae4bfb6b80b2312a6fcd6c0638673e2c053 (diff) | |
| download | meta-freescale-5b58232d3e7b5e66d5bdcfd11a6265b098b2f898.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>
Diffstat (limited to 'conf/machine/imx8mmevk.conf')
| -rw-r--r-- | conf/machine/imx8mmevk.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx8mmevk.conf b/conf/machine/imx8mmevk.conf index 57d74d9c3..db722c723 100644 --- a/conf/machine/imx8mmevk.conf +++ b/conf/machine/imx8mmevk.conf | |||
| @@ -39,7 +39,7 @@ SPL_BINARY = "spl/u-boot-spl.bin" | |||
| 39 | DDR_FIRMWARE_NAME = "lpddr4_pmu_train_1d_imem.bin lpddr4_pmu_train_1d_dmem.bin lpddr4_pmu_train_2d_imem.bin lpddr4_pmu_train_2d_dmem.bin" | 39 | DDR_FIRMWARE_NAME = "lpddr4_pmu_train_1d_imem.bin lpddr4_pmu_train_1d_dmem.bin lpddr4_pmu_train_2d_imem.bin lpddr4_pmu_train_2d_dmem.bin" |
| 40 | 40 | ||
| 41 | # Set u-boot DTB | 41 | # Set u-boot DTB |
| 42 | UBOOT_DTB_NAME = "fsl-imx8mm-evk.dtb" | 42 | UBOOT_DTB_NAME = "imx8mm-evk.dtb" |
| 43 | 43 | ||
| 44 | # Set imx-mkimage boot target | 44 | # Set imx-mkimage boot target |
| 45 | IMXBOOT_TARGETS = "${@bb.utils.contains('UBOOT_CONFIG', 'fspi', 'flash_evk_flexspi', 'flash_evk', d)}" | 45 | IMXBOOT_TARGETS = "${@bb.utils.contains('UBOOT_CONFIG', 'fspi', 'flash_evk_flexspi', 'flash_evk', d)}" |
