summaryrefslogtreecommitdiff
path: root/chip/mchp
diff options
context:
space:
mode:
authorScott Worley <scott.worley@microchip.corp-partner.google.com>2020-12-18 19:53:43 -0500
committerCommit Bot <commit-bot@chromium.org>2021-02-10 02:27:24 +0000
commite1cc1ca2e1b61a932493f5d55f2da411e5e22d9f (patch)
tree4f7aaf499eb832f6a18bcc0e83b2fc55443019aa /chip/mchp
parent3aee7765c9087a996c8754f558d4b7d287554041 (diff)
downloadchrome-ec-e1cc1ca2e1b61a932493f5d55f2da411e5e22d9f.tar.gz
mchp: MEC152x chip family update
Make chip family nomenclature more consistent by changing the MEC1701 MEC17XX family name to MEC170X family. This change will make future MEC172X support be similar to MEC152X. BRANCH=none BUG=b:177463787 TEST=Booted skylake RVP to Chrome OS Signed-off-by: Scott Worley <scott.worley@microchip.corp-partner.google.com> Change-Id: Id5fbd20fdb1f612dfd7ca6a35b7d33c0922555d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2601199 Reviewed-by: Ravin Kumar <ravin.kumar@microchip.com> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Tested-by: Ravin Kumar <ravin.kumar@microchip.com>
Diffstat (limited to 'chip/mchp')
-rw-r--r--chip/mchp/registers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mchp/registers.h b/chip/mchp/registers.h
index d7b277f1e6..92da981b96 100644
--- a/chip/mchp/registers.h
+++ b/chip/mchp/registers.h
@@ -13,7 +13,7 @@
#if defined(CHIP_FAMILY_MEC152X)
#include "registers-mec152x.h"
-#elif defined(CHIP_FAMILY_MEC17XX)
+#elif defined(CHIP_FAMILY_MEC170X)
#include "registers-mec1701.h"
#else
#error "Unsupported chip family"