diff options
| author | Peng Fan <[email protected]> | 2021-10-22 10:42:18 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-07 15:42:41 -0500 |
| commit | ddc890bc7e41ccca32f89a5b47eed70a2319d476 (patch) | |
| tree | 2cc9fc82e976d32d2ecd2369ab207038f84d0506 /configs | |
| parent | f7f70ea216068a5dbc6e646a0ff1aa3215bb6f0f (diff) | |
imx: pico-imx8mq: switch to use binman
Switch to use binman to pack images
Signed-off-by: Peng Fan <[email protected]>
Reviewed-by: Patrick Wildt <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/pico-imx8mq_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/pico-imx8mq_defconfig b/configs/pico-imx8mq_defconfig index 419537090f5..e1bed3430a7 100644 --- a/configs/pico-imx8mq_defconfig +++ b/configs/pico-imx8mq_defconfig @@ -23,7 +23,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_BOARD_EARLY_INIT_F=y CONFIG_BOARD_LATE_INIT=y CONFIG_SPL_BOARD_INIT=y |
