diff options
author | Tom Rini <trini@konsulko.com> | 2018-07-26 11:43:23 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-26 11:43:23 -0400 |
commit | de4b4ef36ff61840eeb7d17be3bc9a4181c243f7 (patch) | |
tree | d703ffc806a5d33b7af4943fe36d2e1dc6fee7cd | |
parent | 08fcdd332f3d6bc7842e21a97c80789d9233e147 (diff) | |
parent | a6759e3dfca217ba8cc518edcd4972671a97109a (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-sh
-rw-r--r-- | arch/arm/mach-rmobile/Kconfig.32 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.32 b/arch/arm/mach-rmobile/Kconfig.32 index c0b5b2457cb..6c492ff4093 100644 --- a/arch/arm/mach-rmobile/Kconfig.32 +++ b/arch/arm/mach-rmobile/Kconfig.32 @@ -13,18 +13,22 @@ config R8A7740 config R8A7790 bool "Renesas SoC R8A7790" select RCAR_GEN2 + select ARM_CORTEX_A15_CVE_2017_5715 config R8A7791 bool "Renesas SoC R8A7791" select RCAR_GEN2 + select ARM_CORTEX_A15_CVE_2017_5715 config R8A7792 bool "Renesas SoC R8A7792" select RCAR_GEN2 + select ARM_CORTEX_A15_CVE_2017_5715 config R8A7793 bool "Renesas SoC R8A7793" select RCAR_GEN2 + select ARM_CORTEX_A15_CVE_2017_5715 config R8A7794 bool "Renesas SoC R8A7794" |