diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-07-26 16:41:23 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-07-26 11:29:02 +0200 |
commit | e29303993bad6c94954da7d5cd92b1d36cf2c80b (patch) | |
tree | c5dd35332e1a30dc9c8730bfa1ccb4a5f75659a2 /configs | |
parent | c065a6c6f65ff0731a9202dfedc82e9aefd6dfa9 (diff) | |
download | u-boot-e29303993bad6c94954da7d5cd92b1d36cf2c80b.tar.gz u-boot-e29303993bad6c94954da7d5cd92b1d36cf2c80b.tar.bz2 u-boot-e29303993bad6c94954da7d5cd92b1d36cf2c80b.zip |
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/imx8mm-icore-mx8mm-ctouch2_defconfig | 2 | ||||
-rw-r--r-- | configs/imx8mm-icore-mx8mm-edimm2.2_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/imx8mm-icore-mx8mm-ctouch2_defconfig b/configs/imx8mm-icore-mx8mm-ctouch2_defconfig index b9fb3c69cb..cb1a8d45da 100644 --- a/configs/imx8mm-icore-mx8mm-ctouch2_defconfig +++ b/configs/imx8mm-icore-mx8mm-ctouch2_defconfig @@ -20,7 +20,7 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT=y CONFIG_FIT_EXTERNAL_OFFSET=0x3000 CONFIG_SPL_LOAD_FIT=y -CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-imx/mkimage_fit_atf.sh" +# CONFIG_USE_SPL_FIT_GENERATOR is not set CONFIG_OF_SYSTEM_SETUP=y CONFIG_DEFAULT_FDT_FILE="imx8mm-icore-mx8mm-ctouch2.dtb" CONFIG_SPL_HAS_BSS_LINKER_SECTION=y diff --git a/configs/imx8mm-icore-mx8mm-edimm2.2_defconfig b/configs/imx8mm-icore-mx8mm-edimm2.2_defconfig index 1149bb68c0..a6482b65a6 100644 --- a/configs/imx8mm-icore-mx8mm-edimm2.2_defconfig +++ b/configs/imx8mm-icore-mx8mm-edimm2.2_defconfig @@ -20,7 +20,7 @@ CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT=y CONFIG_FIT_EXTERNAL_OFFSET=0x3000 CONFIG_SPL_LOAD_FIT=y -CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-imx/mkimage_fit_atf.sh" +# CONFIG_USE_SPL_FIT_GENERATOR is not set CONFIG_OF_SYSTEM_SETUP=y CONFIG_DEFAULT_FDT_FILE="imx8mm-icore-mx8mm-edimm2.2.dtb" CONFIG_SPL_HAS_BSS_LINKER_SECTION=y |