summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Graute <oliver.graute@kococonnector.com>2022-11-04 18:03:42 +0300
committerStefano Babic <sbabic@denx.de>2022-11-09 19:12:32 +0300
commitbc1d145eafc1cc078abb3f86a37cfdc52abe891f (patch)
tree732149540555b7f19cf1d82f0a3223bbf15d38e9
parentdcbc4ae9d6699a1bc8c6b0509b0b22ec2d1a9429 (diff)
downloadu-boot-bc1d145eafc1cc078abb3f86a37cfdc52abe891f.tar.xz
imx: imx8qxp: deneb switch to binman
Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>
-rw-r--r--arch/arm/mach-imx/imx8/Kconfig1
-rw-r--r--configs/deneb_defconfig2
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/imx8/Kconfig b/arch/arm/mach-imx/imx8/Kconfig
index 63d99ea23e..018b87b85b 100644
--- a/arch/arm/mach-imx/imx8/Kconfig
+++ b/arch/arm/mach-imx/imx8/Kconfig
@@ -56,6 +56,7 @@ config TARGET_COLIBRI_IMX8X
config TARGET_DENEB
bool "Support i.MX8QXP Capricorn Deneb board"
+ select BINMAN
select BOARD_LATE_INIT
select FACTORYSET
select IMX8QXP
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