Message ID | 20200407103537.4138-4-max.krummenacher@toradex.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | defconfig: fix changed configs and refresh | expand |
Hi Max, On Tue, Apr 7, 2020 at 12:36 PM Max Krummenacher <max.oss.09@gmail.com> wrote: > Completes commit b925adfceb52 ("soc: renesas: Add ARCH_R8A7795[01] for > existing R-Car H3") and commit 361c5dbb446e ("arm64: dts: renesas: > Remove use of ARCH_R8A7795"). > > CONFIG_ARCH_R8A7795 was split in CONFIG_ARCH_R8A77950 and > CONFIG_ARCH_R8A77951. > > Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Thanks, as I was going to send a similar patch after v5.7-rc1: Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 7e2690b449328..d43bd18bedf1e 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -848,7 +848,8 @@ CONFIG_QCOM_APR=m CONFIG_ARCH_R8A774A1=y CONFIG_ARCH_R8A774B1=y CONFIG_ARCH_R8A774C0=y -CONFIG_ARCH_R8A7795=y +CONFIG_ARCH_R8A77950=y +CONFIG_ARCH_R8A77951=y CONFIG_ARCH_R8A77960=y CONFIG_ARCH_R8A77961=y CONFIG_ARCH_R8A77965=y
Completes commit b925adfceb52 ("soc: renesas: Add ARCH_R8A7795[01] for existing R-Car H3") and commit 361c5dbb446e ("arm64: dts: renesas: Remove use of ARCH_R8A7795"). CONFIG_ARCH_R8A7795 was split in CONFIG_ARCH_R8A77950 and CONFIG_ARCH_R8A77951. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> --- arch/arm64/configs/defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)