summaryrefslogtreecommitdiff
path: root/src/ec/starlabs/merlin/ec.h
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2024-07-24 08:36:41 +0100
committerFelix Held <felix-coreboot@felixheld.de>2024-08-20 13:18:39 +0000
commit50b7976bb222bc36959d0b6b8def7d61f7e27118 (patch)
tree57c45b5e35b5c337143a103975235c89072a4ba2 /src/ec/starlabs/merlin/ec.h
parent32d21ff3eb857352944a343546b3cbea546ed979 (diff)
ec/starlabs/merlin: Remove ITE mirror functionality
Remove the ITE mirror functionality; all devices will mirror automatically when they exit G3, and this is good enough. Change-Id: I9b82e1b1386b4607dfe7da9b25ba432ec0303cf8 Signed-off-by: Sean Rhodes <sean@starlabs.systems> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83629 Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/ec/starlabs/merlin/ec.h')
-rw-r--r--src/ec/starlabs/merlin/ec.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ec/starlabs/merlin/ec.h b/src/ec/starlabs/merlin/ec.h
index 05288165fd..ca1d081f0c 100644
--- a/src/ec/starlabs/merlin/ec.h
+++ b/src/ec/starlabs/merlin/ec.h
@@ -98,11 +98,6 @@
#define KBL_DISABLED 0x00
#define KBL_ENABLED 0xdd
-/* Mirror Flag */
-#define MIRROR_DISABLED 0x00
-#define MIRROR_ENABLED 0xaa
-
uint16_t ec_get_version(void);
-void ec_mirror_flag(void);
#endif