diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-08-20 11:47:02 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-08-23 15:27:40 +0800 |
commit | 58ec0aa3616f878f302201b4bc1448ee19726d61 (patch) | |
tree | f8c5aee2718a45e2b5b4f08d3fed2b5e403a1fb8 /configs/rock-pi-4-rk3399_defconfig | |
parent | 861e48e8fb27d60a7c13e5b3e540b4fdf976f8cf (diff) | |
download | u-boot-58ec0aa3616f878f302201b4bc1448ee19726d61.tar.gz |
rockchip: rk3399: defconfig: remove SPL raw image support
RK3399 SPL only support FIT image for ATF bl31.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/rock-pi-4-rk3399_defconfig')
-rw-r--r-- | configs/rock-pi-4-rk3399_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rock-pi-4-rk3399_defconfig b/configs/rock-pi-4-rk3399_defconfig index d9d576c46f..14d115bab2 100644 --- a/configs/rock-pi-4-rk3399_defconfig +++ b/configs/rock-pi-4-rk3399_defconfig @@ -11,6 +11,7 @@ CONFIG_DEBUG_UART=y CONFIG_DEFAULT_FDT_FILE="rockchip/rk3399-rock-pi-4.dtb" # CONFIG_DISPLAY_CPUINFO is not set CONFIG_DISPLAY_BOARDINFO_LATE=y +# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set CONFIG_SPL_STACK_R=y CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x10000 CONFIG_TPL=y |