diff options
author | Kever Yang | 2019-11-15 10:40:28 +0800 |
---|---|---|
committer | Kever Yang | 2019-11-23 22:29:49 +0800 |
commit | 5561a9a229dccb471d6538e6d3b3237284723364 (patch) | |
tree | bd9d9d5cf864c8bc64d9058bc48915a5f0e78885 /configs | |
parent | 65325fba5a8d6bcafb2fc1662bd82b348b735dc2 (diff) |
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 <philipp.tomsich@theobroma-systems.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/lion-rk3368_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |