diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2015-11-10 13:41:03 -0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2015-11-10 16:52:58 +0100 |
commit | 9549867c861fdb186512df7593f543d5fe2020f4 (patch) | |
tree | 3dc48b84e0dcedfe933778a18fb5d21c1d12fddd /board/freescale/ls1043ardb/MAINTAINERS | |
parent | 3a90cb676fdb039c16de1d63cdd25cac7dbec322 (diff) | |
download | talos-obmc-uboot-9549867c861fdb186512df7593f543d5fe2020f4.tar.gz talos-obmc-uboot-9549867c861fdb186512df7593f543d5fe2020f4.zip |
ls1043ardb: Add missing config entries to MAINTAINERS
ls1043ardb_nand_defconfig and ls1043ardb_sdcard_defconfig are missing
in the MAINTAINERS file, so add them for completeness.
Reported-by: Albert Aribaud <albert.u.boot@aribaud.net>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Reviewed-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
Diffstat (limited to 'board/freescale/ls1043ardb/MAINTAINERS')
-rw-r--r-- | board/freescale/ls1043ardb/MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/freescale/ls1043ardb/MAINTAINERS b/board/freescale/ls1043ardb/MAINTAINERS index b8f6be249f..efca5bf245 100644 --- a/board/freescale/ls1043ardb/MAINTAINERS +++ b/board/freescale/ls1043ardb/MAINTAINERS @@ -5,3 +5,5 @@ F: board/freescale/ls1043ardb/ F: board/freescale/ls1043ardb/ls1043ardb.c F: include/configs/ls1043ardb.h F: configs/ls1043ardb_defconfig +F: configs/ls1043ardb_nand_defconfig +F: configs/ls1043ardb_sdcard_defconfig |