summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/common/reset.c
blob: ae9f9b1c994dae9e19df10de87e8f347aba8b742 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

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

void do_board_reset(void)
{
	system_reset();
}