diff options
author | Weijie Gao <weijie.gao@mediatek.com> | 2020-11-12 16:35:28 +0800 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2021-01-24 21:39:26 +0100 |
commit | 7fcc740ffefbf41c71147313ef6993368fd8ae84 (patch) | |
tree | eca7ef33c1cdc8743af589e492cd1f49546714c0 /arch/mips/Kconfig | |
parent | 451abbbedd1ab7cae8cad76acd80c12739947379 (diff) | |
download | u-boot-7fcc740ffefbf41c71147313ef6993368fd8ae84.tar.gz |
mips: mtmips: select SYSRESET for mt7628 only
Currently only mt7628 needs the sysreset driver, do not select it for
mt7620.
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index e0f6b6c4b3c..77f563e98ed 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -97,7 +97,6 @@ config ARCH_MTMIPS select SUPPORTS_CPU_MIPS32_R1 select SUPPORTS_CPU_MIPS32_R2 select SUPPORTS_LITTLE_ENDIAN - select SYSRESET select SUPPORT_SPL config ARCH_JZ47XX |