forked from DGNum/liminix
tftpboot: set phram erase block size to match hardware
this is needed for tftp boot with a jffs2 filesystem
This commit is contained in:
parent
6adab44fcf
commit
2f3b108ef1
3 changed files with 3 additions and 1 deletions
|
@ -42,6 +42,7 @@
|
|||
flash = {
|
||||
address = "0xbc050000";
|
||||
size = "0xfb0000";
|
||||
eraseBlockSize = "65536";
|
||||
};
|
||||
rootDevice = "1f05";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue