From 6231bcc61127a4bc75d2fa2ec2e4ea58fb164207 Mon Sep 17 00:00:00 2001 From: Denis Brockus Date: Wed, 12 Jun 2019 11:31:15 -0600 Subject: ish: cleanup ISH specific CONFIG_ definitions and usage Removed some unneeded definitions and made sure those needed were undefined in include/config.h Removed some of the #ifdef and used IS_ENABLED instead 2019-06-13 07:36:00 > idlestats 2019-06-13 07:36:05 Aontask exists: Yes 2019-06-13 07:36:05 Total time on: 367.111999s 2019-06-13 07:36:05 Idle sleep: 2019-06-13 07:36:05 D0i0: 2019-06-13 07:36:05 counts: 13716 2019-06-13 07:36:05 time: 108.238220s 2019-06-13 07:36:05 Deep sleep: 2019-06-13 07:36:05 D0i1: 2019-06-13 07:36:05 counts: 6798 2019-06-13 07:36:05 time: 17.980105s 2019-06-13 07:36:05 D0i2: 2019-06-13 07:36:05 counts: 5852 2019-06-13 07:36:05 time: 236.773953s 2019-06-13 07:36:05 D0i3: 2019-06-13 07:36:05 counts: 16 2019-06-13 07:36:05 time: 1.092285s 2019-06-13 07:36:05 Aontask status: 2019-06-13 07:36:05 last error: 0 2019-06-13 07:36:05 error counts: 0 BUG=b:131749055,b:132178013 BRANCH=none TEST=make buildall -j TEST=verified basic operation on arcada_ish Change-Id: Ib2d96f35b9f4f92208cd05dfdf2580bb27e5df90 Signed-off-by: Denis Brockus Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1656152 Reviewed-by: Jack Rosenthal --- board/arcada_ish/board.h | 1 - 1 file changed, 1 deletion(-) (limited to 'board/arcada_ish/board.h') diff --git a/board/arcada_ish/board.h b/board/arcada_ish/board.h index 8101180b30..18bdf6258a 100644 --- a/board/arcada_ish/board.h +++ b/board/arcada_ish/board.h @@ -18,7 +18,6 @@ /* ISH specific*/ #undef CONFIG_DEBUG_ASSERT #define CONFIG_CLOCK_CRYSTAL -#define CONFIG_ISH_UART_0 /* EC */ #define CONFIG_FLASH_SIZE 0x80000 #define CONFIG_FPU -- cgit v1.2.1