uimage: make fit optional

This commit is contained in:
Daniel Barlow
2023-10-08 22:35:30 +01:00
parent f62ad0e1d7
commit bd20f3e419
4 changed files with 49 additions and 32 deletions

View File

@@ -131,9 +131,11 @@
SERIAL_OF_PLATFORM="y";
};
};
boot.commandLine = [
"console=ttyS0,115200"
];
boot = {
commandLine = [ "console=ttyS0,115200" ];
tftp.loadAddress = "0x4007ff28";
imageFormat = "fit";
};
filesystem =
let inherit (pkgs.pseudofile) dir symlink;
in