imx: imx8x: colibri: 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
bc1d145eaf
commit
bdadc140a1
@ -3,6 +3,8 @@
|
||||
* Copyright 2019 Toradex AG
|
||||
*/
|
||||
|
||||
#include "imx8qxp-u-boot.dtsi"
|
||||
|
||||
&{/imx8qx-pm} {
|
||||
|
||||
u-boot,dm-pre-proper;
|
||||
|
@ -51,6 +51,7 @@ config TARGET_APALIS_IMX8
|
||||
|
||||
config TARGET_COLIBRI_IMX8X
|
||||
bool "Support Colibri iMX8X module"
|
||||
select BINMAN
|
||||
select BOARD_LATE_INIT
|
||||
select IMX8QXP
|
||||
|
||||
|
@ -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_LOG=y
|
||||
# CONFIG_DISPLAY_BOARDINFO is not set
|
||||
|
Loading…
Reference in New Issue
Block a user