diff options
author | Tom Rini <trini@konsulko.com> | 2023-10-23 11:28:53 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-23 11:40:44 -0400 |
commit | eea6227d1f7c0fcb694959f09026f1ab63c575ca (patch) | |
tree | 0331b25fb7e865ce068dad9875c08837c5ff6dc1 | |
parent | cedc74123117cb0388766c4056c7d51846779f72 (diff) | |
download | u-boot-eea6227d1f7c0fcb694959f09026f1ab63c575ca.zip u-boot-eea6227d1f7c0fcb694959f09026f1ab63c575ca.tar.gz u-boot-eea6227d1f7c0fcb694959f09026f1ab63c575ca.tar.bz2 |
ae350: Update defconfig list
Update the list of defconfigs, this was missed with the last pull
request of the u-boot-riscv tree.
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | board/AndesTech/ae350/MAINTAINERS | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/board/AndesTech/ae350/MAINTAINERS b/board/AndesTech/ae350/MAINTAINERS index ead8e0e..a6bc90b 100644 --- a/board/AndesTech/ae350/MAINTAINERS +++ b/board/AndesTech/ae350/MAINTAINERS @@ -4,10 +4,14 @@ S: Maintained F: board/AndesTech/ae350/ F: include/configs/ae350.h F: configs/ae350_rv32_defconfig -F: configs/ae350_rv64_defconfig -F: configs/ae350_rv32_xip_defconfig -F: configs/ae350_rv64_xip_defconfig +F: configs/ae350_rv32_falcon_defconfig +F: configs/ae350_rv32_falcon_xip_defconfig F: configs/ae350_rv32_spl_defconfig -F: configs/ae350_rv64_spl_defconfig F: configs/ae350_rv32_spl_xip_defconfig +F: configs/ae350_rv32_xip_defconfig +F: configs/ae350_rv64_defconfig +F: configs/ae350_rv64_falcon_defconfig +F: configs/ae350_rv64_falcon_xip_defconfig +F: configs/ae350_rv64_spl_defconfig F: configs/ae350_rv64_spl_xip_defconfig +F: configs/ae350_rv64_xip_defconfig |