diff options
author | Oliver Graute <oliver.graute@kococonnector.com> | 2022-11-04 16:03:42 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-11-09 17:12:32 +0100 |
commit | bc1d145eafc1cc078abb3f86a37cfdc52abe891f (patch) | |
tree | 732149540555b7f19cf1d82f0a3223bbf15d38e9 /configs | |
parent | dcbc4ae9d6699a1bc8c6b0509b0b22ec2d1a9429 (diff) | |
download | u-boot-bc1d145eafc1cc078abb3f86a37cfdc52abe891f.tar.gz |
imx: imx8qxp: deneb switch to binman
Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/deneb_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/deneb_defconfig b/configs/deneb_defconfig index cb4dd33202..a5836f4c86 100644 --- a/configs/deneb_defconfig +++ b/configs/deneb_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 |