dts/arm/silabs: EFM32GG11B: correct flash erase block size
Corrected the erase-block-size to the actual value of 4096 bytes for this SoC family. Signed-off-by: Oane Kingma <o.kingma@interay.com>
This commit is contained in:
parent
d8146d6c6d
commit
8043d989a0
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
compatible = "soc-nv-flash";
|
||||
label = "FLASH_0";
|
||||
write-block-size = <4>;
|
||||
erase-block-size = <2048>;
|
||||
erase-block-size = <4096>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue