Merge pull request #112733 from Patagonicus/fix-prefer-builtin
lib: fix typo in platforms.nix
This commit is contained in:
commit
4367764627
@ -300,7 +300,7 @@ rec {
|
|||||||
baseConfig = "multi_v7_defconfig";
|
baseConfig = "multi_v7_defconfig";
|
||||||
DTB = true;
|
DTB = true;
|
||||||
autoModules = true;
|
autoModules = true;
|
||||||
PreferBuiltin = true;
|
preferBuiltin = true;
|
||||||
target = "zImage";
|
target = "zImage";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
# Serial port for Raspberry Pi 3. Upstream forgot to add it to the ARMv7 defconfig.
|
# Serial port for Raspberry Pi 3. Upstream forgot to add it to the ARMv7 defconfig.
|
||||||
|
Loading…
Reference in New Issue
Block a user