]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: enable SPL_SYSRESET config for all Rockchip SoCs
authorKever Yang <kever.yang@rock-chips.com>
Fri, 8 Sep 2017 03:00:54 +0000 (11:00 +0800)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 8 Sep 2017 09:45:19 +0000 (11:45 +0200)
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 <kever.yang@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
arch/arm/Kconfig

index 65805f11527910172d4e26cc4db009214f1576a4..53eae8953e0bb23bdb76bb58605cef289fbd5b1e 100644 (file)
@@ -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"