summaryrefslogtreecommitdiff
path: root/src/mainboard/bap/ode_e20XX/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/bap/ode_e20XX/bootblock.c')
-rw-r--r--src/mainboard/bap/ode_e20XX/bootblock.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mainboard/bap/ode_e20XX/bootblock.c b/src/mainboard/bap/ode_e20XX/bootblock.c
deleted file mode 100644
index 0acabe06c6..0000000000
--- a/src/mainboard/bap/ode_e20XX/bootblock.c
+++ /dev/null
@@ -1,16 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#include <amdblocks/acpimmio.h>
-#include <bootblock_common.h>
-#include <superio/fintek/common/fintek.h>
-#include <superio/fintek/f81866d/f81866d.h>
-
-#define SERIAL_DEV1 PNP_DEV(0x4e, F81866D_SP1)
-
-void bootblock_mainboard_early_init(void)
-{
- /* Disable PCI-PCI bridge and release GPIO32/33 for other uses. */
- pm_write8(0xea, 0x1);
-
- fintek_enable_serial(SERIAL_DEV1, CONFIG_TTYS0_BASE);
-}