3rdparty/fsp: Update submodule to upstream master
[coreboot2.git] / src / mainboard / dell / e6400 / bootblock.c
blobc72622e7d7a085f60ec6694ead3cad54411266b2
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <bootblock_common.h>
4 #include <ec/dell/mec5035/mec5035.h>
6 void bootblock_mainboard_early_init(void)
8 mec5035_early_init();