[U-Boot] [PATCH] rockchip: Correct MAINTAINER entry for chromebook_minnie

This is wrong at present, so genboardscfg.py gives the following warnings:
WARNING: no status info for 'chromebook_minnie' WARNING: no maintainers for 'chromebook_minnie'
Fix it.
Signed-off-by: Simon Glass sjg@chromium.org ---
board/google/veyron/MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/google/veyron/MAINTAINERS b/board/google/veyron/MAINTAINERS index d582cb00e2b..246a3e3b555 100644 --- a/board/google/veyron/MAINTAINERS +++ b/board/google/veyron/MAINTAINERS @@ -12,9 +12,9 @@ F: board/google/veyron/ F: include/configs/veyron.h F: configs/chromebit_mickey_defconfig
-CHROMEBIT MINNIE BOARD +CHROMEBOOK MINNIE BOARD M: Simon Glass sjg@chromium.org S: Maintained F: board/google/veyron/ F: include/configs/veyron.h -F: configs/chromebit_minnie_defconfig +F: configs/chromebook_minnie_defconfig

On 14 January 2017 at 09:26, Simon Glass sjg@chromium.org wrote:
This is wrong at present, so genboardscfg.py gives the following warnings:
WARNING: no status info for 'chromebook_minnie' WARNING: no maintainers for 'chromebook_minnie'
Fix it.
Signed-off-by: Simon Glass sjg@chromium.org
board/google/veyron/MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Applied to u-boot-rockchip
participants (1)
-
Simon Glass