summaryrefslogtreecommitdiff
path: root/configs/imx8mm_beacon_defconfig
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2021-10-22 23:43:40 +0200
committerTom Rini <trini@konsulko.com>2022-01-07 12:10:59 -0500
commit80efad13425a081e186764bcb9ccd77fcc98a456 (patch)
tree4a3b18a57255913bfcc77d5b4186603d04ca1581 /configs/imx8mm_beacon_defconfig
parenta89c8f2111bc647b697b776a40227673cfc713e3 (diff)
imx8mm_beacon: Switch to binman for generating image
To eliminate a warning when using custom imx tools for generating a binary, use binman to generate flash.bin. Signed-off-by: Adam Ford <aford173@gmail.com> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/imx8mm_beacon_defconfig')
-rw-r--r--configs/imx8mm_beacon_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx8mm_beacon_defconfig b/configs/imx8mm_beacon_defconfig
index de005433e2..9aea5bf181 100644
--- a/configs/imx8mm_beacon_defconfig
+++ b/configs/imx8mm_beacon_defconfig
@@ -21,7 +21,7 @@ CONFIG_SYS_LOAD_ADDR=0x40480000
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-beacon-kit.dtb"
CONFIG_SPL_BOARD_INIT=y