diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2017-09-13 09:39:06 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-10-01 00:33:35 +0200 |
commit | e19fa89c9d344201da25a7b67fdd9d6896af6847 (patch) | |
tree | e4b38a1756f528fe0e9e7076dbf02a52eccc7c41 /arch | |
parent | 2ee3021ae1808828c74b7eb6ae68d8d511bc4c30 (diff) | |
download | u-boot-e19fa89c9d344201da25a7b67fdd9d6896af6847.tar.gz u-boot-e19fa89c9d344201da25a7b67fdd9d6896af6847.tar.xz u-boot-e19fa89c9d344201da25a7b67fdd9d6896af6847.zip |
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 <kever.yang@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |