diff options
author | Jagan Teki <jagan@openedev.com> | 2017-01-05 15:32:50 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-08 10:07:10 -0500 |
commit | a8eac0acdc09295f89e2c3460659e0e3cca65d50 (patch) | |
tree | cfbc45fdb5fd9ce5b69855e0d96a334ec78d4d0d | |
parent | 4d82c4b53e3c911f21383a547477d6f5916c17a7 (diff) | |
download | u-boot-imx-a8eac0acdc09295f89e2c3460659e0e3cca65d50.zip u-boot-imx-a8eac0acdc09295f89e2c3460659e0e3cca65d50.tar.gz u-boot-imx-a8eac0acdc09295f89e2c3460659e0e3cca65d50.tar.bz2 |
mx6ullevk: Add missing MAINTAINERS for mx6ull_14x14_evk_plugin_defconfig
Add 'Peng Fan' as MAINTAINERS of configs/mx6ull_14x14_evk_plugin_defconfig
which is missing in below commit
"imx: mx6ull_14x14_evk: add plugin defconfig"
(sha1: b90ebf49bb8f74afe68f696f59a0e24cc79f2031)
Cc: Stefano Babic <sbabic@denx.de>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Jagan Teki <jagan@openedev.com>
-rw-r--r-- | board/freescale/mx6ullevk/MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/mx6ullevk/MAINTAINERS b/board/freescale/mx6ullevk/MAINTAINERS index 4137674..73031cd 100644 --- a/board/freescale/mx6ullevk/MAINTAINERS +++ b/board/freescale/mx6ullevk/MAINTAINERS @@ -4,3 +4,4 @@ S: Maintained F: board/freescale/mx6ullevk/ F: include/configs/mx6ullevk.h F: configs/mx6ull_14x14_evk_defconfig +F: configs/mx6ull_14x14_evk_plugin_defconfig |