turris-omnia: reindent

pull/2/head
Daniel Barlow 2024-01-01 20:24:47 +00:00
parent 921b4f24af
commit e7747832ad
1 changed files with 155 additions and 154 deletions

View File

@ -20,6 +20,7 @@
../../modules/outputs/mbrimage.nix
../../modules/outputs/extlinux.nix
];
config = {
kernel = {
src = pkgs.pkgsBuildBuild.fetchurl {
name = "linux.tar.gz";
@ -131,9 +132,9 @@
in {
defaultOutput = "mtdimage";
loadAddress = lim.parseInt "0x00800000"; # "0x00008000";
entryPoint = lim.parseInt "0x00800000"; # "0x00008000";
rootDevice = "/dev/mtdblock0";
dts = {
src = "${config.system.outputs.kernel.modulesupport}/arch/arm/boot/dts/armada-385-turris-omnia.dts";
includes = [
@ -189,6 +190,6 @@
};
};
};
};
};
}