diff options
| author | Peng Fan <[email protected]> | 2021-10-22 10:42:17 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-07 15:42:41 -0500 |
| commit | f7f70ea216068a5dbc6e646a0ff1aa3215bb6f0f (patch) | |
| tree | a65adeaa120328f7f057c0966e341af4c7bcb47c /configs | |
| parent | c1ecd03d90c72e4352ef9e3ad3c9ebb07305196a (diff) | |
imx: imx8mq_phanbell: switch to binman
Switch to 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/imx8mq_phanbell_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx8mq_phanbell_defconfig b/configs/imx8mq_phanbell_defconfig index 72ff17f93e4..da6a06c13ab 100644 --- a/configs/imx8mq_phanbell_defconfig +++ b/configs/imx8mq_phanbell_defconfig @@ -24,7 +24,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_SD_BOOT=y CONFIG_BOARD_EARLY_INIT_F=y CONFIG_SPL_BOARD_INIT=y |
