remove checkedConfig, check all the config

This commit is contained in:
Daniel Barlow
2022-10-19 22:09:38 +01:00
parent 9c5b5a54e2
commit 76243d306c
11 changed files with 11 additions and 18 deletions

View File

@@ -62,7 +62,7 @@
};
};
kernel = rec {
checkedConfig = {
config = {
MIPS_ELF_APPENDED_DTB = "y";
OF = "y";
USE_OF = "y";

View File

@@ -29,7 +29,7 @@
};
kernel = {
checkedConfig = {
config = {
MIPS_MALTA= "y";
CPU_LITTLE_ENDIAN= "n";
CPU_BIG_ENDIAN= "y";