diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-11-15 10:27:07 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-11-23 22:29:49 +0800 |
commit | 65325fba5a8d6bcafb2fc1662bd82b348b735dc2 (patch) | |
tree | a6d90d96d5ba459f701cd4279302d5329c5509c0 /configs | |
parent | d4a31e8ee5592072d8d5208b3e950cba2d89b6bd (diff) | |
download | u-boot-65325fba5a8d6bcafb2fc1662bd82b348b735dc2.tar.gz u-boot-65325fba5a8d6bcafb2fc1662bd82b348b735dc2.tar.xz u-boot-65325fba5a8d6bcafb2fc1662bd82b348b735dc2.zip |
rockchip: Convert to use FIT generator for optee
Use generator script so that we can use environment for TEE source.
$TEE for tee.bin, and if file not exist, the script can report a warning,
and meke the build success without a error.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/evb-rk3229_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/evb-rk3229_defconfig b/configs/evb-rk3229_defconfig index 745fdd1c0f..11a2d01847 100644 --- a/configs/evb-rk3229_defconfig +++ b/configs/evb-rk3229_defconfig @@ -14,7 +14,7 @@ CONFIG_SPL_TEXT_BASE=0x60000000 CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_SPL_LOAD_FIT=y -CONFIG_SPL_FIT_SOURCE="arch/arm/mach-rockchip/fit_spl_optee.its" +CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-rockchip/fit_spl_optee.sh" CONFIG_USE_PREBOOT=y CONFIG_DEFAULT_FDT_FILE="rk3229-evb.dtb" # CONFIG_DISPLAY_CPUINFO is not set |