summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/common/reset.c
blob: 892e3e6b7f62f17bd5f2cb00a090b7a26cae00d6 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#include <cf9_reset.h>
#include <reset.h>

void do_board_reset(void)
{
	system_reset();
}