summaryrefslogtreecommitdiffstats
path: root/src/mainboard/roda/rv11/early_init.c
blob: f5bc554ee96c7c8307c641b9216f9d93a4b6b356 (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 <northbridge/intel/sandybridge/sandybridge.h>
#include <southbridge/intel/bd82x6x/pch.h>

int mainboard_should_reset_usb(int s3resume)
{
	return !s3resume;
}