diff options
author | Adam Ford <aford173@gmail.com> | 2021-09-20 11:14:32 -0500 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2021-10-30 22:54:07 +0200 |
commit | 16f1f0058974abd480a2c01d99a98179c667e828 (patch) | |
tree | bbbae3bee4f1f1f88f211d97743fe7e3ce3a6fff /board | |
parent | 5c5437b81e5ba4f39a2e937d5fcbb07468007403 (diff) | |
download | u-boot-16f1f0058974abd480a2c01d99a98179c667e828.tar.gz |
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 <aford173@gmail.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/beacon/beacon-rzg2m/MAINTAINERS | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/board/beacon/beacon-rzg2m/MAINTAINERS b/board/beacon/beacon-rzg2m/MAINTAINERS index 45c269da723..77c4057ab05 100644 --- a/board/beacon/beacon-rzg2m/MAINTAINERS +++ b/board/beacon/beacon-rzg2m/MAINTAINERS @@ -3,6 +3,4 @@ M: Adam Ford <aford173@gmail.com> 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 |