Increase code partition by 8KB — overflowed by only 5.3KB

This commit is contained in:
afiqzudinhadi 2026-06-24 16:15:51 +08:00
parent 610deb02bf
commit 45cb020821

View file

@ -60,15 +60,15 @@
};
code_partition: partition@26000 {
reg = <0x00026000 0x003c6000>;
reg = <0x00026000 0x003c8000>;
};
storage_partition: partition@3ec000 {
reg = <0x003ec000 0x00008000>;
storage_partition: partition@3ee000 {
reg = <0x003ee000 0x00008000>;
};
boot_partition: partition@3f4000 {
reg = <0x003f4000 0x0000c000>;
boot_partition: partition@3f6000 {
reg = <0x003f6000 0x0000a000>;
};
};
};