forked from dan/liminix
belkin rt3200: set tftp loadAddress to match u-boot
the old value of 0x4007ff28 was originally copied from something upstreamy but I have no record of what. 0x48000000 is $loadaddr in u-boot so let's use that instead
This commit is contained in:
parent
350ddde260
commit
8cd068ea68
@ -226,7 +226,7 @@
|
||||
};
|
||||
boot = {
|
||||
commandLine = [ "console=ttyS0,115200" ];
|
||||
tftp.loadAddress = lim.parseInt "0x4007ff28";
|
||||
tftp.loadAddress = lim.parseInt "0x48000000";
|
||||
imageFormat = "fit";
|
||||
loader.fit.enable = lib.mkDefault true; # override this if you are building tftpboot
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user