added hardware.ram.startAddress config
it's not 0 on arm32, so this will be useful for qemu
This commit is contained in:
parent
629624bb25
commit
863045b86b
2 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
OF = "y";
|
||||
USE_OF = "y";
|
||||
};
|
||||
hardware.ram.startAddress = 0;
|
||||
boot.commandLine = [
|
||||
"console=ttyS0,115200" # true of all mips we've yet encountered
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue