Removed extraneous character

This commit is contained in:
Serĉanto de Scio 2019-10-17 11:56:29 +10:00
parent cde6d13c14
commit 2fd9b38a6b
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -13,7 +13,7 @@
};
kernelPackages = pkgs.linuxPackages_latest; # For a Raspberry Pi 2 or 3)
kernelParams = [
"cma=32M"i # Needed for the virtual console to work on the RPi 3
"cma=32M" # Needed for the virtual console to work on the RPi 3
"console=ttyS1,115200n8" # Enable the serial console
];
loader = {