diff options
author | Kever Yang | 2019-08-20 11:47:02 +0800 |
---|---|---|
committer | Kever Yang | 2019-08-23 15:27:40 +0800 |
commit | 58ec0aa3616f878f302201b4bc1448ee19726d61 (patch) | |
tree | f8c5aee2718a45e2b5b4f08d3fed2b5e403a1fb8 /configs/chromebook_bob_defconfig | |
parent | 861e48e8fb27d60a7c13e5b3e540b4fdf976f8cf (diff) |
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/chromebook_bob_defconfig')
-rw-r--r-- | configs/chromebook_bob_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_bob_defconfig b/configs/chromebook_bob_defconfig index d6fc7e3b633..5126098b943 100644 --- a/configs/chromebook_bob_defconfig +++ b/configs/chromebook_bob_defconfig @@ -18,6 +18,7 @@ CONFIG_DEFAULT_FDT_FILE="rockchip/rk3399-gru-bob.dtb" # CONFIG_DISPLAY_CPUINFO is not set CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_SPL_TEXT_BASE=0xff8c2000 +# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set CONFIG_SPL_STACK_R=y CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x4000 CONFIG_SPL_SPI_LOAD=y |