diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2017-09-08 03:00:54 (GMT) |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-09-08 09:45:19 (GMT) |
commit | 0532ceef30b735fe24c0cb4f77fb1717bd55c7ee (patch) | |
tree | dbd149473146ff029d071e04a2cfe3ce0ee396da | |
parent | e1f68813670ff383f374f0ca285413058116f3bc (diff) | |
download | u-boot-0532ceef30b735fe24c0cb4f77fb1717bd55c7ee.tar.xz |
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 <kever.yang@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
-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 65805f1..53eae89 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" |