soc: arm: renesas: r8a77951: fix defconfig
Fixed an error that could cause problems if a driver reads "SOC" in the future. Signed-off-by: Aymeric Aillet <aymeric.aillet@iot.bzh>
This commit is contained in:
parent
b208e5811e
commit
7f1f1229e1
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Copyright (c) 2021 IoT.bzh
|
# Copyright (c) 2021 IoT.bzh
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
if SOC_R8A77950
|
if SOC_R8A77951
|
||||||
|
|
||||||
config SOC
|
config SOC
|
||||||
default "r8a77951"
|
default "r8a77951"
|
||||||
|
|
||||||
endif # SOC_R8A77950
|
endif # SOC_R8A77951
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue