rt3200 default to loader.fit
This commit is contained in:
parent
0cb18eabcd
commit
f5e08ac9d9
@ -220,8 +220,9 @@
|
|||||||
commandLine = [ "console=ttyS0,115200" ];
|
commandLine = [ "console=ttyS0,115200" ];
|
||||||
tftp.loadAddress = lim.parseInt "0x4007ff28";
|
tftp.loadAddress = lim.parseInt "0x4007ff28";
|
||||||
imageFormat = "fit";
|
imageFormat = "fit";
|
||||||
|
loader.fit.enable = lib.mkDefault true; # override this if you are building tftpboot
|
||||||
};
|
};
|
||||||
rootfsType = lib.mkDefault "ubifs";
|
rootfsType = lib.mkDefault "ubifs"; # override this if you are building tftpboot
|
||||||
filesystem =
|
filesystem =
|
||||||
let inherit (pkgs.pseudofile) dir symlink;
|
let inherit (pkgs.pseudofile) dir symlink;
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user