mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
fix bank error message, use rbank not bank.
This commit is contained in:
parent
43711841bd
commit
04a1fb2b01
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ static unsigned long __sizeram(void)
|
|||
// that is an error, so skip this step.
|
||||
if (mem < prevmem) {
|
||||
printk_err("ERROR: bank 0x%x, mem 0x%x TOO SMALL\n",
|
||||
bank, prevmem);
|
||||
rbank, prevmem);
|
||||
printk_err("Should be >= 0x%x\n", prevmem);
|
||||
} else
|
||||
totalmem += (mem - prevmem) * 8;
|
||||
|
|
Loading…
Add table
Reference in a new issue