From e19fa89c9d344201da25a7b67fdd9d6896af6847 Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Wed, 13 Sep 2017 09:39:06 +0800 Subject: rockchip: enable TPL_SYSRESET for all rockchip SoCs 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 Reviewed-by: Simon Glass Reviewed-by: Philipp Tomsich --- arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index f0135307df..d6d9558c69 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -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 -- cgit v1.2.3