summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/coreboot/coreboot_spl.c
blob: 566c65a96aedf688c1908f08761efd4e2d6f24cb (plain)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright 2020 Google LLC
 */

#include <init.h>

int dram_init(void)
{
	return 0;
}