summaryrefslogtreecommitdiff
path: root/board/beacon
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2021-09-20 19:14:29 +0300
committerMarek Vasut <marek.vasut+renesas@gmail.com>2021-10-29 22:52:19 +0300
commitcde373f04f116b931b87bc17cf5d101c181e77cc (patch)
tree819df53ea69f683a67b7f58648544d71da9c993b /board/beacon
parent0d115694abf394ed04960b2767d3fa804ede8a83 (diff)
downloadu-boot-cde373f04f116b931b87bc17cf5d101c181e77cc.tar.xz
ARM: rmobile: beacon: Remove duplicated for RZ/G2 M/N/H
Now that TARGET_BEACON_RZG2M can handle all the work that was done with TARGET_BEACON_RZG2N and TARGET_BEACON_RZG2H, remove them since they just create more duplicate code. Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'board/beacon')
-rw-r--r--board/beacon/beacon-rzg2m/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/beacon/beacon-rzg2m/Kconfig b/board/beacon/beacon-rzg2m/Kconfig
index 99c23a3d14..c03857cf2f 100644
--- a/board/beacon/beacon-rzg2m/Kconfig
+++ b/board/beacon/beacon-rzg2m/Kconfig
@@ -1,4 +1,4 @@
-if TARGET_BEACON_RZG2H || TARGET_BEACON_RZG2M || TARGET_BEACON_RZG2N
+if TARGET_BEACON_RZG2M
config SYS_SOC
default "rmobile"