qemu: use phram instead of block2mtd
This commit is contained in:
parent
46991e2761
commit
c40eef25d6
5 changed files with 12 additions and 8 deletions
|
@ -10,7 +10,7 @@
|
|||
OF = "y";
|
||||
USE_OF = "y";
|
||||
};
|
||||
hardware.ram.startAddress = lim.parseInt "0x0";
|
||||
hardware.ram.startAddress = lim.parseInt "0x80000000";
|
||||
boot.commandLine = [
|
||||
"console=ttyS0,115200" # true of all mips we've yet encountered
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue