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>
This commit is contained in:
scott worley
2018-06-07 09:07:42 -04:00
committed by chrome-bot
parent 6476093cea
commit f659a25457

View File

@@ -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.