From 1a066c22f233fcf59b2e8cddf295b98b6998e037 Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Fri, 15 Dec 2017 11:15:04 +0800 Subject: [PATCH] rockchip: firefly-rk3399: add FIT for rk3399 Enable SPL_FIT_GENERATOR with path for it. With this patch you can get u-boot.itb for rk3399-firefly with: > make u-boot.itb Signed-off-by: Kever Yang Reviewed-by: Mark Kettenis Tested-by: Mark Kettenis Acked-by: Philipp Tomsich Reviewed-by: Philipp Tomsich --- configs/firefly-rk3399_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/firefly-rk3399_defconfig b/configs/firefly-rk3399_defconfig index b8d0654..ab25015 100644 --- a/configs/firefly-rk3399_defconfig +++ b/configs/firefly-rk3399_defconfig @@ -10,6 +10,7 @@ CONFIG_DEFAULT_DEVICE_TREE="rk3399-firefly" CONFIG_DEBUG_UART=y CONFIG_FIT=y CONFIG_SPL_LOAD_FIT=y +CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-rockchip/make_fit_atf.py" # CONFIG_DISPLAY_CPUINFO is not set CONFIG_SPL_STACK_R=y CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x4000 -- 2.7.4