tftpboot: set phram erase block size to match hardware

this is needed for tftp boot with a jffs2 filesystem
This commit is contained in:
Daniel Barlow 2023-04-23 18:23:05 +01:00
parent 6adab44fcf
commit 2f3b108ef1
3 changed files with 3 additions and 1 deletions

View file

@ -42,6 +42,7 @@
flash = {
address = "0xbc050000";
size = "0xfb0000";
eraseBlockSize = "65536";
};
rootDevice = "1f05";