diff options
author | Oliver Graute | 2022-11-04 16:03:41 +0100 |
---|---|---|
committer | Stefano Babic | 2022-11-09 17:12:32 +0100 |
commit | dcbc4ae9d6699a1bc8c6b0509b0b22ec2d1a9429 (patch) | |
tree | 98bfbc03757f270dff6e505150cc4c7583c78022 /configs | |
parent | 4aa738823c5e1683bfb2113e53247f28fc437c24 (diff) |
imx: imx8qxp: giedi switch to binman
Switch to use binman to pack images
Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/giedi_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/giedi_defconfig b/configs/giedi_defconfig index e20830df4a2..6d00a61d3da 100644 --- a/configs/giedi_defconfig +++ b/configs/giedi_defconfig @@ -26,6 +26,8 @@ CONFIG_SYS_LOAD_ADDR=0x80280000 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_OF_BOARD_SETUP=y CONFIG_OF_SYSTEM_SETUP=y CONFIG_BOOTDELAY=3 |