Skip to content
Snippets Groups Projects
Commit 0532ceef authored by Kever Yang's avatar Kever Yang Committed by Philipp Tomsich
Browse files

rockchip: enable SPL_SYSRESET config for all Rockchip SoCs


With Makefiles testing for $(SPL_TPL_)SYSRESET, we need SPL_SYSRESET
for do_reset() in SPL for Rockchip SoCs.

References: 87c16d49 "drivers: spl: consistently use the $(SPL_TPL_) macro"
Signed-off-by: default avatarKever Yang <kever.yang@rock-chips.com>
Acked-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: default avatarPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
parent e1f68813
No related branches found
No related tags found
No related merge requests found
...@@ -1087,6 +1087,7 @@ config ARCH_ROCKCHIP ...@@ -1087,6 +1087,7 @@ config ARCH_ROCKCHIP
imply FASTBOOT imply FASTBOOT
imply FAT_WRITE imply FAT_WRITE
imply USB_FUNCTION_FASTBOOT imply USB_FUNCTION_FASTBOOT
imply SPL_SYSRESET
config TARGET_THUNDERX_88XX config TARGET_THUNDERX_88XX
bool "Support ThunderX 88xx" bool "Support ThunderX 88xx"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment