From: Adam Ford Date: Mon, 20 Sep 2021 16:14:32 +0000 (-0500) Subject: ARM: rmobile: Rename r8a774a1_beacon_defconfig to rzg2_beacon_defconfig X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=16f1f0058974abd480a2c01d99a98179c667e828;p=u-boot.git ARM: rmobile: Rename r8a774a1_beacon_defconfig to rzg2_beacon_defconfig Now that the three M/N/H variants can be built from one config, rename the defconfig file to be more generic since it supports multiple RZ/G2. Signed-off-by: Adam Ford --- diff --git a/board/beacon/beacon-rzg2m/MAINTAINERS b/board/beacon/beacon-rzg2m/MAINTAINERS index 45c269da72..77c4057ab0 100644 --- a/board/beacon/beacon-rzg2m/MAINTAINERS +++ b/board/beacon/beacon-rzg2m/MAINTAINERS @@ -3,6 +3,4 @@ M: Adam Ford S: Maintained F: board/beacon/beacon-rzg2m/ F: include/configs/beacon-rzg2m.h -F: configs/r8a774a1_beacon_defconfig -F: configs/r8a774b1_beacon_defconfig -F: configs/r8a774e1_beacon_defconfig +F: configs/rzg2_beacon_defconfig diff --git a/configs/r8a774a1_beacon_defconfig b/configs/rzg2_beacon_defconfig similarity index 100% rename from configs/r8a774a1_beacon_defconfig rename to configs/rzg2_beacon_defconfig