mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-12 19:04:59 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user