import arch in qemu device config
This commit is contained in:
parent
3a3ee8bbbd
commit
9f87fd8625
1 changed files with 1 additions and 2 deletions
|
@ -13,6 +13,7 @@
|
|||
};
|
||||
|
||||
module = {pkgs, config, ... }: {
|
||||
imports = [ ../../modules/arch/mipseb.nix ];
|
||||
kernel = {
|
||||
src = pkgs.pkgsBuildBuild.fetchurl {
|
||||
name = "linux.tar.gz";
|
||||
|
@ -21,8 +22,6 @@
|
|||
};
|
||||
config = {
|
||||
MIPS_MALTA= "y";
|
||||
CPU_LITTLE_ENDIAN= "n";
|
||||
CPU_BIG_ENDIAN= "y";
|
||||
CPU_MIPS32_R2= "y";
|
||||
|
||||
MTD = "y";
|
||||
|
|
Loading…
Reference in a new issue