summaryrefslogtreecommitdiff
path: root/configs/evb-rk3229_defconfig
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2019-11-15 05:27:07 +0300
committerKever Yang <kever.yang@rock-chips.com>2019-11-23 17:29:49 +0300
commit65325fba5a8d6bcafb2fc1662bd82b348b735dc2 (patch)
treea6d90d96d5ba459f701cd4279302d5329c5509c0 /configs/evb-rk3229_defconfig
parentd4a31e8ee5592072d8d5208b3e950cba2d89b6bd (diff)
downloadu-boot-65325fba5a8d6bcafb2fc1662bd82b348b735dc2.tar.xz
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/evb-rk3229_defconfig')
-rw-r--r--configs/evb-rk3229_defconfig2
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