Merge pull request #112733 from Patagonicus/fix-prefer-builtin

lib: fix typo in platforms.nix
This commit is contained in:
John Ericson 2021-02-11 11:31:26 -05:00 committed by GitHub
commit 4367764627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,7 +300,7 @@ rec {
baseConfig = "multi_v7_defconfig";
DTB = true;
autoModules = true;
PreferBuiltin = true;
preferBuiltin = true;
target = "zImage";
extraConfig = ''
# Serial port for Raspberry Pi 3. Upstream forgot to add it to the ARMv7 defconfig.