configs: rk3568: enable decompress image
Do decompress in post image process. Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I018d346bf28878e41709d1b50d6c1e097fa6cb6f
This commit is contained in:
parent
acfb487b4a
commit
2b75673259
|
|
@ -19,8 +19,10 @@ CONFIG_DEFAULT_DEVICE_TREE="rk3568-evb"
|
|||
CONFIG_SMBIOS_PRODUCT_NAME=""
|
||||
CONFIG_DEBUG_UART=y
|
||||
CONFIG_FIT=y
|
||||
CONFIG_FIT_IMAGE_POST_PROCESS=y
|
||||
CONFIG_FIT_HW_CRYPTO=y
|
||||
CONFIG_SPL_LOAD_FIT=y
|
||||
CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
|
||||
CONFIG_SPL_FIT_HW_CRYPTO=y
|
||||
# CONFIG_SPL_SYS_DCACHE_OFF is not set
|
||||
CONFIG_BOOTDELAY=0
|
||||
|
|
|
|||
Loading…
Reference in New Issue