From f659a25457fc8b85059d84b77dd8599001074199 Mon Sep 17 00:00:00 2001 From: scott worley Date: Thu, 7 Jun 2018 09:07:42 -0400 Subject: [PATCH] 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 Reviewed-on: https://chromium-review.googlesource.com/1090812 Commit-Ready: Randall Spangler Tested-by: Randall Spangler Reviewed-by: Randall Spangler --- chip/mchp/registers.h | 5 +---- 1 file changed, 1 insertion(+), 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.