forked from DGNum/liminix
chore(zyxel/nwa50ax): write flash erase block size as kb size
Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
86e81efbd6
commit
8f5ea94765
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@
|
|||
maxLEBcount = "256";
|
||||
};
|
||||
|
||||
flash.eraseBlockSize = 65536;
|
||||
flash.eraseBlockSize = 64 * 1024;
|
||||
|
||||
# This is a FIT containing a kernel padded and
|
||||
# a UBI volume rootfs.
|
||||
|
|
Loading…
Reference in a new issue