This commit is contained in:
Jasmine Iwanek
2022-11-18 13:00:51 -05:00
parent 370a343b94
commit e38e24afb5
3 changed files with 4 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
#define MEM_SIZE_MB (mem_size >> 10)
uint8_t
intel_815ep_get_banking()
intel_815ep_get_banking(void)
{
switch (MEM_SIZE_MB) {
case 32:
@@ -70,7 +70,7 @@ intel_815ep_get_banking()
}
void
intel_815ep_spd_init()
intel_815ep_spd_init(void)
{
switch (MEM_SIZE_MB) {
case 32: