summaryrefslogtreecommitdiff
path: root/board/cherry/board.c
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2021-03-04 16:44:00 +0800
committerCommit Bot <commit-bot@chromium.org>2021-03-05 09:11:41 +0000
commite8b45a7e33733b2a6e9ccb966be7d1b00ca2b2e6 (patch)
treeb94413a2bfb898c0f0bfdda1302c4a6aac06a7bc /board/cherry/board.c
parent631392f8c7fb2a810465b1f53c8bbfd00bd2946c (diff)
downloadchrome-ec-e8b45a7e33733b2a6e9ccb966be7d1b00ca2b2e6.tar.gz
cherry: code cleanup
- remove duplicate headers in baseboard.c - remove references to asurada / hayato - replace cherry/led.c by asurada/led_hayato.c, which should be more close to cherry's design BUG=b:181838424 TEST=1) `ag '(asurada|hayato)' -i baseboard/cherry board/cherry` returns empty result 2) make BRANCH=main Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: Id9afd90d323395f38787e452b02b8da65fd15286 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2734168 Reviewed-by: Eric Yilun Lin <yllin@chromium.org> Commit-Queue: Ting Shen <phoenixshen@chromium.org> Tested-by: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'board/cherry/board.c')
-rw-r--r--board/cherry/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cherry/board.c b/board/cherry/board.c
index 92820df369..02095d6f57 100644
--- a/board/cherry/board.c
+++ b/board/cherry/board.c
@@ -2,7 +2,7 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
-/* Asurada board configuration */
+/* Cherry board configuration */
#include "adc.h"
#include "adc_chip.h"