forked from DGNum/liminix
t #2
1 changed files with 2 additions and 2 deletions
|
@ -222,8 +222,8 @@
|
||||||
|
|
||||||
imageFormat = "fit";
|
imageFormat = "fit";
|
||||||
tftp = {
|
tftp = {
|
||||||
# 5MB is nice.
|
# 20MB is pretty good on this device as we have plenty of RAM.
|
||||||
freeSpaceBytes = 5 * 1024 * 1024;
|
freeSpaceBytes = 20 * 1024 * 1024;
|
||||||
appendDTB = true;
|
appendDTB = true;
|
||||||
loadAddress = lim.parseInt "0x2000000";
|
loadAddress = lim.parseInt "0x2000000";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue