summaryrefslogtreecommitdiff
path: root/src/northbridge/via/cx700/reset.c
blob: b052f1d8d579277b765bf3c55daa8b7013aeaff6 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */

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

void do_board_reset(void)
{
	full_reset();
}