Message ID | 20200217101741.3758-1-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Mainlined |
Commit | d5888c8e55861789a8d9dca73d8a2a279d25822d |
Headers | show |
Series | arm64: defconfig: Replace ARCH_R8A7796 by ARCH_R8A77960 | expand |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0f212889c931a83d..51b8b8555a6e4065 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -771,7 +771,7 @@ CONFIG_ARCH_R8A774A1=y CONFIG_ARCH_R8A774B1=y CONFIG_ARCH_R8A774C0=y CONFIG_ARCH_R8A7795=y -CONFIG_ARCH_R8A7796=y +CONFIG_ARCH_R8A77960=y CONFIG_ARCH_R8A77961=y CONFIG_ARCH_R8A77965=y CONFIG_ARCH_R8A77970=y
CONFIG_ARCH_R8A7796 was replaced by CONFIG_ARCH_R8A77960, cfr. commits 39e57e14d7eaf818 ("soc: renesas: Add ARCH_R8A77960 for existing R-Car M3-W") and 24240845c87185fe ("soc: renesas: Remove ARCH_R8A7796"). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- To be queued in renesas-fixes for v5.6. arch/arm64/configs/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)