[U-Boot] [PATCH] rockchip: enable SPL_SYSRESET config for all sockchip SoCs
Kever Yang
kever.yang at rock-chips.com
Fri Sep 8 03:00:54 UTC 2017
After the patch below, we need to add SPL_SYSRESET for do_reset()
in SPL:
87c16d4 drivers: spl: consistently use the $(SPL_TPL_) macro
Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
---
arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e01b72e..7872cfd 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1118,6 +1118,7 @@ config ARCH_ROCKCHIP
imply USB_FUNCTION_FASTBOOT
imply USB_FUNCTION_ROCKUSB
imply CMD_ROCKUSB
+ imply SPL_SYSRESET
config TARGET_THUNDERX_88XX
bool "Support ThunderX 88xx"
--
1.9.1
More information about the U-Boot
mailing list