The generic device tree 2nd stage FIT image is a quite convenient image during development. Enable it in rockchip_v8_defconfig.
Signed-off-by: Uwe Kleine-König <u...@kleine-koenig.org> --- arch/arm/configs/rockchip_v8_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/rockchip_v8_defconfig b/arch/arm/configs/rockchip_v8_defconfig index 95900368cc02..89e2bbcd6784 100644 --- a/arch/arm/configs/rockchip_v8_defconfig +++ b/arch/arm/configs/rockchip_v8_defconfig @@ -10,6 +10,7 @@ CONFIG_MACH_RADXA_CM3=y CONFIG_64BIT=y CONFIG_ARM_OPTIMZED_STRING_FUNCTIONS=y CONFIG_ARM_PSCI_CLIENT=y +CONFIG_BOARD_GENERIC_FIT=y CONFIG_MMU=y CONFIG_MALLOC_SIZE=0x0 CONFIG_MALLOC_TLSF=y -- 2.47.1