repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/amd/stoneyridge: remove LIDS field from global NVS
[coreboot.git]
/
payloads
/
libpayload
/
arch
/
mock
/
mock_media.c
blob
2bb06edc2903ebda6e3f3654e93fb78595359251
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <cbfs.h>
4
5
int
libpayload_init_default_cbfs_media
(
struct
cbfs_media
*
media
);
6
7
__attribute__
((
weak
))
int
libpayload_init_default_cbfs_media
(
struct
cbfs_media
*
media
)
8
{
9
return
-
1
;
10
}