From 45cb02082117a3893e5a23d5356a4e0bf861b8b5 Mon Sep 17 00:00:00 2001 From: afiqzudinhadi Date: Wed, 24 Jun 2026 16:15:51 +0800 Subject: [PATCH] =?UTF-8?q?Increase=20code=20partition=20by=208KB=20?= =?UTF-8?q?=E2=80=94=20overflowed=20by=20only=205.3KB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boards/nice_nano_v2.overlay | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/boards/nice_nano_v2.overlay b/boards/nice_nano_v2.overlay index cbe1009..3dcc5f7 100644 --- a/boards/nice_nano_v2.overlay +++ b/boards/nice_nano_v2.overlay @@ -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>; }; }; };