1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <console/console.h>
4 #include <bootblock_common.h>
9 void bootblock_mainboard_early_init(void)
11 /* Minimal setup to detect dock */
12 dock_err
= pc87382_early();
17 void bootblock_mainboard_init(void)
19 /* Console is not yet initialized in bootblock_mainboard_early_init,
20 so we print the dock information here */
22 printk(BIOS_ERR
, "DOCK: Failed to init pc87382\n");