summary refs log tree commit diff
path: root/lib/systems/platforms.nix
diff options
context:
space:
mode:
authorBen Wolsieffer <benwolsieffer@gmail.com>2021-02-06 12:34:48 -0500
committerBen Wolsieffer <benwolsieffer@gmail.com>2021-02-15 11:23:17 -0500
commit1e1588898bcfe819111477f4b9c339178cd5f95d (patch)
tree46b652dff3d052f44d72e8d6a29e51267692c87d /lib/systems/platforms.nix
parent859d5405086477cf1433922d853bde1b6f4a8642 (diff)
downloadnixpkgs-1e1588898bcfe819111477f4b9c339178cd5f95d.tar
nixpkgs-1e1588898bcfe819111477f4b9c339178cd5f95d.tar.gz
nixpkgs-1e1588898bcfe819111477f4b9c339178cd5f95d.tar.bz2
nixpkgs-1e1588898bcfe819111477f4b9c339178cd5f95d.tar.lz
nixpkgs-1e1588898bcfe819111477f4b9c339178cd5f95d.tar.xz
nixpkgs-1e1588898bcfe819111477f4b9c339178cd5f95d.tar.zst
nixpkgs-1e1588898bcfe819111477f4b9c339178cd5f95d.zip
lib/systems/platforms: note that RPi 3 fixes aren't needed for kernel >=4.17
Diffstat (limited to 'lib/systems/platforms.nix')
-rw-r--r--lib/systems/platforms.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/systems/platforms.nix b/lib/systems/platforms.nix
index 3bf90cd0caf..12d4f7f9d78 100644
--- a/lib/systems/platforms.nix
+++ b/lib/systems/platforms.nix
@@ -303,7 +303,8 @@ rec {
       preferBuiltin = true;
       target = "zImage";
       extraConfig = ''
-        # Serial port for Raspberry Pi 3. Upstream forgot to add it to the ARMv7 defconfig.
+        # Serial port for Raspberry Pi 3. Wasn't included in ARMv7 defconfig
+        # until 4.17.
         SERIAL_8250_BCM2835AUX y
         SERIAL_8250_EXTENDED y
         SERIAL_8250_SHARE_IRQ y