aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/gizmosphere/gizmo2/bootblock.c
diff options
context:
space:
mode:
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
}