From bbe66e4555daabff290e800afe193b842c0b2c30 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Sun, 15 Dec 2019 14:03:24 +0100 Subject: superio/ite/it8728f: remove unused LDN selection register define Change-Id: Ie7a8af46a59c36b0dd62f227a6b53918c8fde7b8 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/37742 Reviewed-by: Patrick Rudolph Tested-by: build bot (Jenkins) --- src/superio/ite/it8728f/it8728f.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/superio/ite') diff --git a/src/superio/ite/it8728f/it8728f.h b/src/superio/ite/it8728f/it8728f.h index 19a04de90a..3ce1cfb9df 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' */ -- cgit v1.2.3