forked from DGNum/liminix
don't use ttyAMA0 console on all aarch64, just qemu
This commit is contained in:
parent
528d619d76
commit
dbc16edf96
2 changed files with 4 additions and 4 deletions
|
@ -42,6 +42,9 @@
|
|||
SERIAL_AMBA_PL011_CONSOLE = "y";
|
||||
};
|
||||
};
|
||||
boot.commandLine = [
|
||||
"console=ttyAMA0,38400"
|
||||
];
|
||||
hardware =
|
||||
let
|
||||
mac80211 = pkgs.mac80211.override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue