Increase code partition by 8KB — overflowed by only 5.3KB
This commit is contained in:
parent
610deb02bf
commit
45cb020821
1 changed files with 5 additions and 5 deletions
|
|
@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue