修訂 | e29303993bad6c94954da7d5cd92b1d36cf2c80b (tree) |
---|---|
時間 | 2022-07-26 18:29:02 |
作者 | Peng Fan <peng.fan@nxp....> |
Commiter | Stefano Babic |
imx: imx8mm-icore: migrate to use BINMAN
Use BINMAN instead of imx specific packing method.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
@@ -69,6 +69,7 @@ config TARGET_IMX8MM_EVK | ||
69 | 69 | |
70 | 70 | config TARGET_IMX8MM_ICORE_MX8MM |
71 | 71 | bool "Engicam i.Core MX8M Mini SOM" |
72 | + select BINMAN | |
72 | 73 | select IMX8MM |
73 | 74 | select SUPPORT_SPL |
74 | 75 | select IMX8M_LPDDR4 |
@@ -3,13 +3,5 @@ | ||
3 | 3 | * Copyright 2019 NXP |
4 | 4 | */ |
5 | 5 | |
6 | - | |
7 | -FIT | |
8 | 6 | BOOT_FROM sd |
9 | -LOADER spl/u-boot-spl-ddr.bin 0x7E1000 | |
10 | -SECOND_LOADER u-boot.itb 0x40200000 0x60000 | |
11 | - | |
12 | -DDR_FW lpddr4_pmu_train_1d_imem.bin | |
13 | -DDR_FW lpddr4_pmu_train_1d_dmem.bin | |
14 | -DDR_FW lpddr4_pmu_train_2d_imem.bin | |
15 | -DDR_FW lpddr4_pmu_train_2d_dmem.bin | |
7 | +LOADER u-boot-spl-ddr.bin 0x7E1000 |
@@ -20,7 +20,7 @@ CONFIG_DISTRO_DEFAULTS=y | ||
20 | 20 | CONFIG_FIT=y |
21 | 21 | CONFIG_FIT_EXTERNAL_OFFSET=0x3000 |
22 | 22 | CONFIG_SPL_LOAD_FIT=y |
23 | -CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-imx/mkimage_fit_atf.sh" | |
23 | +# CONFIG_USE_SPL_FIT_GENERATOR is not set | |
24 | 24 | CONFIG_OF_SYSTEM_SETUP=y |
25 | 25 | CONFIG_DEFAULT_FDT_FILE="imx8mm-icore-mx8mm-ctouch2.dtb" |
26 | 26 | CONFIG_SPL_HAS_BSS_LINKER_SECTION=y |
@@ -20,7 +20,7 @@ CONFIG_DISTRO_DEFAULTS=y | ||
20 | 20 | CONFIG_FIT=y |
21 | 21 | CONFIG_FIT_EXTERNAL_OFFSET=0x3000 |
22 | 22 | CONFIG_SPL_LOAD_FIT=y |
23 | -CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-imx/mkimage_fit_atf.sh" | |
23 | +# CONFIG_USE_SPL_FIT_GENERATOR is not set | |
24 | 24 | CONFIG_OF_SYSTEM_SETUP=y |
25 | 25 | CONFIG_DEFAULT_FDT_FILE="imx8mm-icore-mx8mm-edimm2.2.dtb" |
26 | 26 | CONFIG_SPL_HAS_BSS_LINKER_SECTION=y |