add output for u-boot
This commit is contained in:
@@ -13,5 +13,6 @@
|
||||
# USE_OF = "y";
|
||||
};
|
||||
hardware.ram.startAddress = lim.parseInt "0x40000000";
|
||||
system.outputs.u-boot = pkgs.ubootQemuAarch64;
|
||||
};
|
||||
}
|
||||
|
@@ -5,5 +5,6 @@
|
||||
OF = "y";
|
||||
};
|
||||
hardware.ram.startAddress = lim.parseInt "0x40000000";
|
||||
system.outputs.u-boot = pkgs.ubootQemuArm;
|
||||
};
|
||||
}
|
||||
|
@@ -5,5 +5,6 @@
|
||||
kernel.config = {
|
||||
CPU_BIG_ENDIAN = "y";
|
||||
};
|
||||
system.outputs.u-boot = pkgs.ubootQemuMips;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user