summaryrefslogtreecommitdiff
path: root/chip/mchp
diff options
context:
space:
mode:
authorscott worley <scott.worley@microchip.corp-partner.google.com>2018-06-07 09:07:42 -0400
committerchrome-bot <chrome-bot@chromium.org>2018-06-12 21:50:48 -0700
commitf659a25457fc8b85059d84b77dd8599001074199 (patch)
tree8ca76ad12976966b6fbb2ecdfc0f3fbf5906908d /chip/mchp
parent6476093ceae35ebcdd0fa46232f0a221e2d3dd5a (diff)
downloadchrome-ec-f659a25457fc8b85059d84b77dd8599001074199.tar.gz
ec: Remove debug configuration items from chip register header file.
Chip level debug build configuration must be defined in configuration header files not in the chip register header file. BRANCH=None BUG=None TEST=make buildall -j Change-Id: I8992047d68c5dd6737967a736d55bfa2eedb0e70 Signed-off-by: scott worley <scott.worley@microchip.corp-partner.google.com> Reviewed-on: https://chromium-review.googlesource.com/1090812 Commit-Ready: Randall Spangler <rspangler@chromium.org> Tested-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'chip/mchp')
-rw-r--r--chip/mchp/registers.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/chip/mchp/registers.h b/chip/mchp/registers.h
index fcee173af2..2fcbd9ab46 100644
--- a/chip/mchp/registers.h
+++ b/chip/mchp/registers.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2017 The Chromium OS Authors. All rights reserved.
+/* Copyright 2018 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
@@ -10,9 +10,6 @@
#include "common.h"
-#define DEBUG_LPC 0
-#define DEBUG_I2C 0
-
/*
* Helper function for RAM address aliasing
* NOTE: MCHP AHB masters do NOT require aliasing.