diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-11-10 20:36:09 +0800 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2015-11-12 08:26:59 +0800 |
commit | 038be18fd95aa6283eafb85ceabc0b880976424b (patch) | |
tree | c2f43737c985851f34a717d1f4763d1e1eeff949 /board/altera | |
parent | 9f301294dd5b3ad0d2937e0ade537c4f2506f0bd (diff) | |
download | u-boot-imx-038be18fd95aa6283eafb85ceabc0b880976424b.zip u-boot-imx-038be18fd95aa6283eafb85ceabc0b880976424b.tar.gz u-boot-imx-038be18fd95aa6283eafb85ceabc0b880976424b.tar.bz2 |
nios2: add 3c120 and 10m50 devboards MAINTAINERS
Add 3c120 and 10m50 devboards MAINTAINERS
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'board/altera')
-rw-r--r-- | board/altera/nios2/MAINTAINERS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/board/altera/nios2/MAINTAINERS b/board/altera/nios2/MAINTAINERS new file mode 100644 index 0000000..aff618b --- /dev/null +++ b/board/altera/nios2/MAINTAINERS @@ -0,0 +1,13 @@ +3C120 DEVBOARD +M: Thomas Chou <thomas@wytron.com.tw> +S: Maintained +F: arch/nios2/dts/3c120_devboard.dts +F: configs/3c120_defconfig +F: include/configs/3c120_devboard.h + +10M50 DEVBOARD +M: Thomas Chou <thomas@wytron.com.tw> +S: Maintained +F: arch/nios2/dts/10m50_devboard.dts +F: configs/10m50_defconfig +F: include/configs/10m50_devboard.h |