imx: imx8: apalis: switch to binman

Switch to use binman to pack images

Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com>
This commit is contained in:
Oliver Graute 2022-11-04 16:03:44 +01:00 committed by Stefano Babic
parent bdadc140a1
commit b8072ae848
4 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,8 @@
* Copyright 2019 Toradex AG * Copyright 2019 Toradex AG
*/ */
#include "imx8qm-u-boot.dtsi"
&mu { &mu {
u-boot,dm-pre-proper; u-boot,dm-pre-proper;
}; };

View File

@ -10,6 +10,7 @@
}; };
&binman { &binman {
#ifdef CONFIG_SPL
u-boot-spl-ddr { u-boot-spl-ddr {
align = <4>; align = <4>;
align-size = <4>; align-size = <4>;
@ -33,6 +34,7 @@
}; };
}; };
}; };
#endif
itb { itb {
filename = "u-boot.itb"; filename = "u-boot.itb";

View File

@ -46,6 +46,7 @@ choice
config TARGET_APALIS_IMX8 config TARGET_APALIS_IMX8
bool "Support Apalis iMX8 module" bool "Support Apalis iMX8 module"
select BINMAN
select BOARD_LATE_INIT select BOARD_LATE_INIT
select IMX8QM select IMX8QM

View File

@ -17,6 +17,7 @@ CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80200000 CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80200000
CONFIG_REMAKE_ELF=y CONFIG_REMAKE_ELF=y
CONFIG_FIT=y CONFIG_FIT=y
CONFIG_FIT_EXTERNAL_OFFSET=0x3000
CONFIG_FIT_VERBOSE=y CONFIG_FIT_VERBOSE=y
CONFIG_OF_SYSTEM_SETUP=y CONFIG_OF_SYSTEM_SETUP=y
CONFIG_LOG=y CONFIG_LOG=y