diff options
author | Simon Glass | 2017-01-14 10:26:08 -0700 |
---|---|---|
committer | Simon Glass | 2017-02-09 12:10:59 -0700 |
commit | f568ac219c8db716df1726b383a70553407ca77e (patch) | |
tree | 5087164586920e865f9a50903befaadf98a35b4b /board/google | |
parent | a8830a124780a36cb32c612c21503cd28e1ce7b3 (diff) |
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>
Diffstat (limited to 'board/google')
-rw-r--r-- | board/google/veyron/MAINTAINERS | 4 |
1 files 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 |