lib.systems.riscv-multiplatform: drop linux-kernel.extraConfig

SERIAL_OF_PLATFORM has been y in riscv defconfig since 2018

Reference: 33c57c0d3c
This commit is contained in:
Nick Cao 2024-06-02 15:33:13 -04:00
parent a9116cef2b
commit 50a6be5f8b
No known key found for this signature in database

View File

@ -538,9 +538,6 @@ rec {
preferBuiltin = true;
baseConfig = "defconfig";
DTB = true;
extraConfig = ''
SERIAL_OF_PLATFORM y
'';
};
};