]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: enable TPL_SYSRESET for all rockchip SoCs
authorKever Yang <kever.yang@rock-chips.com>
Wed, 13 Sep 2017 01:39:06 +0000 (09:39 +0800)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sat, 30 Sep 2017 22:33:35 +0000 (00:33 +0200)
With Makefiles testing for $(SPL_TPL_)SYSRESET, we need TPL_SYSRESET
for do_reset() in TPL for Rockchip SoCs.

References: 87c16d4 "drivers: spl: consistently use the $(SPL_TPL_)
macro"

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
arch/arm/Kconfig

index f0135307df7150ac8e78136578369b6362040d9a..d6d9558c69560017e3891da5a085964685cff9d5 100644 (file)
@@ -1115,6 +1115,7 @@ config ARCH_ROCKCHIP
        imply FAT_WRITE
        imply USB_FUNCTION_FASTBOOT
        imply SPL_SYSRESET
+       imply TPL_SYSRESET
        imply ADC
        imply SARADC_ROCKCHIP