From 5561a9a229dccb471d6538e6d3b3237284723364 Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Fri, 15 Nov 2019 10:40:28 +0800 Subject: rockchip: lion-rk3368: Migrate to use common FIT generator The RK3368 lion board ATF can use bl31.elf like RK3399 and get the FIT source with generic FIT generator script at: arch/arm/mach-rockchip/make_fit_atf.py And then we can use 'BL31' environment to get the path of bl31.elf instead of copy it into U-Boot folder. CC: Philipp Tomsich Signed-off-by: Kever Yang --- configs/lion-rk3368_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs') diff --git a/configs/lion-rk3368_defconfig b/configs/lion-rk3368_defconfig index 1d02d65a378..c66b28eda1d 100644 --- a/configs/lion-rk3368_defconfig +++ b/configs/lion-rk3368_defconfig @@ -20,7 +20,6 @@ CONFIG_ANDROID_BOOT_IMAGE=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_SPL_LOAD_FIT=y -CONFIG_SPL_FIT_SOURCE="board/theobroma-systems/lion_rk3368/fit_spl_atf.its" CONFIG_BOOTSTAGE=y CONFIG_SPL_BOOTSTAGE=y CONFIG_BOOTSTAGE_REPORT=y -- cgit v1.2.3