[PATCH v5 1/3] arm: renesas: Add config option for R8A774B1 SoC
Biju Das
biju.das.jz at bp.renesas.com
Mon Oct 12 17:16:14 CEST 2020
Add config support for RZ/G2N(a.k.a R8A774B1) SoC.
Also fixed the alignment issue on R8A774A1 config.
Signed-off-by: Biju Das <biju.das.jz at bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>
---
* Rebased to u-boot-sh/next.
---
arch/arm/mach-rmobile/Kconfig.64 | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-rmobile/Kconfig.64 b/arch/arm/mach-rmobile/Kconfig.64
index 07f607dd9d..3b53266a61 100644
--- a/arch/arm/mach-rmobile/Kconfig.64
+++ b/arch/arm/mach-rmobile/Kconfig.64
@@ -3,7 +3,10 @@ if RCAR_GEN3
menu "Select Target SoC"
config R8A774A1
- bool "Renesas SoC R8A774A1"
+ bool "Renesas SoC R8A774A1"
+
+config R8A774B1
+ bool "Renesas SoC R8A774B1"
config R8A7795
bool "Renesas SoC R8A7795"
--
2.17.1
More information about the U-Boot
mailing list