Sign in
◑
Theme
qemu
/
u-boot
/
d367be2b13a388fdb0dc2720f66c30ddcec8a4fd
/
.
/
arch
/
x86
/
cpu
/
coreboot
/
coreboot_spl.c
blob: 566c65a96aedf688c1908f08761efd4e2d6f24cb [
file
]
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2020 Google LLC
*/
#include
<init.h>
int
dram_init
(
void
)
{
return
0
;
}