diff options
author | Adam Ford <aford173@gmail.com> | 2021-09-20 11:14:29 -0500 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2021-10-29 21:52:19 +0200 |
commit | cde373f04f116b931b87bc17cf5d101c181e77cc (patch) | |
tree | 819df53ea69f683a67b7f58648544d71da9c993b /board | |
parent | 0d115694abf394ed04960b2767d3fa804ede8a83 (diff) | |
download | u-boot-cde373f04f116b931b87bc17cf5d101c181e77cc.zip u-boot-cde373f04f116b931b87bc17cf5d101c181e77cc.tar.gz u-boot-cde373f04f116b931b87bc17cf5d101c181e77cc.tar.bz2 |
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')
-rw-r--r-- | board/beacon/beacon-rzg2m/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/beacon/beacon-rzg2m/Kconfig b/board/beacon/beacon-rzg2m/Kconfig index 99c23a3..c03857c 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" |