summaryrefslogtreecommitdiff
path: root/configs/evb-rk3288_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-19 22:56:12 +0300
committerSimon Glass <sjg@chromium.org>2020-07-29 04:30:39 +0300
commita32dd071485b17137b6d6088d26cee8011c5b9fc (patch)
treefae248adc09bbbb7cabe1f0b8330a5e0cb9e4ee3 /configs/evb-rk3288_defconfig
parentf4a43d292527ac671dee616ac973899d90a43401 (diff)
downloadu-boot-a32dd071485b17137b6d6088d26cee8011c5b9fc.tar.xz
rockchip: Convert evb-rk3288 over to use binman
At present this board uses a custom script to produce the .its file. Update it to use binman instead. Binman can create all the images that are needed. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/evb-rk3288_defconfig')
-rw-r--r--configs/evb-rk3288_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/evb-rk3288_defconfig b/configs/evb-rk3288_defconfig
index 6bdcc85eac..66bc387d8d 100644
--- a/configs/evb-rk3288_defconfig
+++ b/configs/evb-rk3288_defconfig
@@ -15,7 +15,7 @@ CONFIG_DEBUG_UART=y
CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_SPL_LOAD_FIT=y
-CONFIG_SPL_FIT_GENERATOR="arch/arm/mach-rockchip/fit_spl_optee.sh"
+# CONFIG_USE_SPL_FIT_GENERATOR is not set
CONFIG_USE_PREBOOT=y
CONFIG_SILENT_CONSOLE=y
CONFIG_DEFAULT_FDT_FILE="rk3288-evb-rk808.dtb"