mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-03 03:31:37 +02: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
@ -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;
|
||||||
};
|
};
|
||||||
|
@ -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";
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user