aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gizmosphere/gizmo2/bootblock.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-07 23:40:48 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-07-10 12:54:21 +0000
commit1b85f18a977589ca084f13ee1136311802b6a495 (patch)
treecc40e64c3a8597f908245929029d4fa82b656f93 /src/mainboard/gizmosphere/gizmo2/bootblock.c
parentafd0e9e88a7f798b452a9f2dd8c56496e82cf469 (diff)
mb/gizmosphere/gizmo2: Drop dead code
This code is not even being build-tested. Drop it before it grows moss. Change-Id: Icc3f9a4f71001547ef3d1efe6fc7551b5c690f92 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43237 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo2/bootblock.c')
-rw-r--r--src/mainboard/gizmosphere/gizmo2/bootblock.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mainboard/gizmosphere/gizmo2/bootblock.c b/src/mainboard/gizmosphere/gizmo2/bootblock.c
index bbc1d94804..3fe93517a2 100644
--- a/src/mainboard/gizmosphere/gizmo2/bootblock.c
+++ b/src/mainboard/gizmosphere/gizmo2/bootblock.c
@@ -5,16 +5,4 @@
void bootblock_mainboard_early_init(void)
{
-#if 0
- volatile u32 i, val;
-
- /* LPC clock? Should happen before enable_serial. */
-
- /*
- * On Larne, after LpcClkDrvSth is set, it needs some time to be stable,
- * because of the buffer ICS551M
- */
- for (i = 0; i < 200000; i++)
- val = inb(0xcd6);
-#endif
}