Merge pull request #125323 from zhaofengli/riscv-kernel

platforms: Update RISC-V kernel configs
This commit is contained in:
John Ericson 2021-06-02 00:06:25 -04:00 committed by GitHub
commit 6a882635f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -481,11 +481,11 @@ rec {
riscv-multiplatform = {
linux-kernel = {
name = "riscv-multiplatform";
target = "vmlinux";
target = "Image";
autoModules = true;
baseConfig = "defconfig";
DTB = true;
extraConfig = ''
FTRACE n
SERIAL_OF_PLATFORM y
'';
};