summaryrefslogtreecommitdiffstats
path: root/src/mainboard/amd/parmer/bootblock.c
blob: 78141dc9e24204d8516b105390eb39614350202f (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#include <bootblock_common.h>
#include <device/pci_ops.h>

void bootblock_mainboard_early_init(void)
{
}