summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2017-09-06 14:28:05 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-09-09 13:48:49 -0700
commitccb151d013d429337a1bb07adfdb55469f3543ba (patch)
treee64a46b44cb054fd76fbd4586aa1038d9043821c /chip
parent5da63f4ea2c93e6b059d8c50ff01dbe53a13dec2 (diff)
downloadchrome-ec-ccb151d013d429337a1bb07adfdb55469f3543ba.tar.gz
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 <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/653766 Reviewed-by: Mary Ruthven <mruthven@chromium.org>
Diffstat (limited to 'chip')
-rw-r--r--chip/g/usb_spi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/g/usb_spi.c b/chip/g/usb_spi.c
index 140f3c8a28..34e23bc4c5 100644
--- a/chip/g/usb_spi.c
+++ b/chip/g/usb_spi.c
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-#include "case_closed_debug.h"
+#include "ccd_config.h"
#include "common.h"
#include "link_defs.h"
#include "gpio.h"