From ccb151d013d429337a1bb07adfdb55469f3543ba Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Wed, 6 Sep 2017 14:28:05 -0700 Subject: cr50: Defragment code For historical reasons, CCD, reset, and power button control were scattered around several files. Consolidate the code in more sensible (in retrospect) places. No functional changes, just moving code. BUG=none BRANCH=cr50 TEST=make buildall; boot cr50 Change-Id: Ic381a5a5d0627753cc771189aa377e88b81b155e Signed-off-by: Randall Spangler Reviewed-on: https://chromium-review.googlesource.com/653766 Reviewed-by: Mary Ruthven --- board/cr50/ap_state.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/cr50/ap_state.c') diff --git a/board/cr50/ap_state.c b/board/cr50/ap_state.c index 0a42e9a41a..e9ddea5640 100644 --- a/board/cr50/ap_state.c +++ b/board/cr50/ap_state.c @@ -4,6 +4,7 @@ * * AP state machine */ +#include "ccd_config.h" #include "common.h" #include "console.h" #include "gpio.h" -- cgit v1.2.1