summaryrefslogtreecommitdiffstats
path: root/src/superio/ite
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2019-12-15 14:03:24 +0100
committerFelix Held <felix-coreboot@felixheld.de>2019-12-16 09:48:39 +0000
commitbbe66e4555daabff290e800afe193b842c0b2c30 (patch)
tree8efc04317aabb7c45f894635212f6c55ce0179e1 /src/superio/ite
parent9db39879a8b45558db267614dc42eb6bf3d8fd58 (diff)
downloadcoreboot-bbe66e4555daabff290e800afe193b842c0b2c30.tar.gz
coreboot-bbe66e4555daabff290e800afe193b842c0b2c30.tar.bz2
coreboot-bbe66e4555daabff290e800afe193b842c0b2c30.zip
superio/ite/it8728f: remove unused LDN selection register define
Change-Id: Ie7a8af46a59c36b0dd62f227a6b53918c8fde7b8 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37742 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/superio/ite')
-rw-r--r--src/superio/ite/it8728f/it8728f.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/ite/it8728f/it8728f.h b/src/superio/ite/it8728f/it8728f.h
index 19a04de90a82..3ce1cfb9dfa4 100644
--- a/src/superio/ite/it8728f/it8728f.h
+++ b/src/superio/ite/it8728f/it8728f.h
@@ -30,7 +30,6 @@
/* Global configuration registers. */
#define IT8728F_CONFIG_REG_CC 0x02 /* Configure Control (write-only). */
-#define IT8728F_CONFIG_REG_LDN 0x07 /* Logical Device Number. */
#define IT8728F_CONFIG_REG_CHIPVERS 0x22 /* Chip version */
#define IT8728F_CONFIG_REG_CLOCKSEL 0x23 /* Clock Selection. */
#define IT8728F_CONFIG_REG_SWSUSP 0x24 /* Software Suspend, Flash I/F. 'Special register' */