From: Kever Yang Date: Fri, 8 Sep 2017 03:00:54 +0000 (+0800) Subject: rockchip: enable SPL_SYSRESET config for all Rockchip SoCs X-Git-Tag: v2017.09~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0532ceef30b735fe24c0cb4f77fb1717bd55c7ee;p=u-boot 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: 87c16d4 "drivers: spl: consistently use the $(SPL_TPL_) macro" Signed-off-by: Kever Yang Acked-by: Philipp Tomsich Reviewed-by: Philipp Tomsich --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 65805f1152..53eae8953e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1087,6 +1087,7 @@ config ARCH_ROCKCHIP imply FASTBOOT imply FAT_WRITE imply USB_FUNCTION_FASTBOOT + imply SPL_SYSRESET config TARGET_THUNDERX_88XX bool "Support ThunderX 88xx"