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
*/
#include "imx8qm-u-boot.dtsi"
&mu {
u-boot,dm-pre-proper;
};

View file

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

View file

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

View file

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