1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-14 18:21:41 +03:00

pine64-pinephone-braveheart: cleanup

This commit is contained in:
Samuel Dionne-Riel 2020-05-24 02:44:39 -04:00
parent 08f30c43a6
commit 7d087b8028

View File

@ -7,8 +7,7 @@
manufacturer = "Pine64";
};
mobile.device.info = rec {
# Serial console on ttyS0, using the serial headphone adapter.
mobile.device.info = {
# TODO : make kernel part of options.
kernel = pkgs.callPackage ./kernel { kernelPatches = pkgs.defaultKernelPatches; };
};
@ -22,6 +21,7 @@
};
boot.kernelParams = [
# Serial console on ttyS0, using the serial headphone adapter.
"console=ttyS0,115200"
"vt.global_cursor_default=0"
"earlycon=uart,mmio32,0x01c28000"