mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
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:
parent
bdadc140a1
commit
b8072ae848
4 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
* Copyright 2019 Toradex AG
|
||||
*/
|
||||
|
||||
#include "imx8qm-u-boot.dtsi"
|
||||
|
||||
&mu {
|
||||
u-boot,dm-pre-proper;
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -46,6 +46,7 @@ choice
|
|||
|
||||
config TARGET_APALIS_IMX8
|
||||
bool "Support Apalis iMX8 module"
|
||||
select BINMAN
|
||||
select BOARD_LATE_INIT
|
||||
select IMX8QM
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue