Code partition size fix for nice!nano.
This commit is contained in:
parent
4ab6132f70
commit
33d4341320
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@
|
||||||
};
|
};
|
||||||
code_partition: partition@26000 {
|
code_partition: partition@26000 {
|
||||||
label = "code_partition";
|
label = "code_partition";
|
||||||
reg = <0x00026000 0x0002e000>;
|
reg = <0x00026000 0x000d2000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue