From eb26664c7a57494ed007774ceb8c98ee46d53ea9 Mon Sep 17 00:00:00 2001 From: payton Date: Fri, 15 Sep 2023 10:07:12 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E5=88=86=E5=8C=BA=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nvt-storage-partition.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/Linux/cfg_565_HUNTING_EVB_LINUX_4G_S530/nvt-storage-partition.dtsi b/configs/Linux/cfg_565_HUNTING_EVB_LINUX_4G_S530/nvt-storage-partition.dtsi index 42c7199e5..4c73585d5 100755 --- a/configs/Linux/cfg_565_HUNTING_EVB_LINUX_4G_S530/nvt-storage-partition.dtsi +++ b/configs/Linux/cfg_565_HUNTING_EVB_LINUX_4G_S530/nvt-storage-partition.dtsi @@ -15,8 +15,8 @@ partition_kernel { label = "kernel"; reg = <0x0 0x100000 0x0 0x290000>; }; partition_rootfs { label = "rootfs"; reg = <0x0 0x390000 0x0 0x3E0000>; }; partition_rootfs1 { label = "rootfs1"; reg = <0x0 0x770000 0x0 0xB00000>; }; - partition_rtos { label = "rtos"; reg = <0x0 0x1270000 0x0 0x910000>; }; - partition_app { label = "app"; reg = <0x0 0x1B80000 0x0 0x50000>; }; /* app size depneds on hdal/samples/vendor_cfg/Makeile: ROOTFS_UBI_MAX_LEB_COUNT */ - partition_sys { label = "sys"; reg = <0x0 0x1CD0000 0x0 0x10000>; }; + partition_rtos { label = "rtos"; reg = <0x0 0x1270000 0x0 0x920000>; }; + partition_app { label = "app"; reg = <0x0 0x1B90000 0x0 0x50000>; }; /* app size depneds on hdal/samples/vendor_cfg/Makeile: ROOTFS_UBI_MAX_LEB_COUNT */ + partition_sys { label = "sys"; reg = <0x0 0x1CE0000 0x0 0x10000>; }; partition_all { label = "all"; reg = <0x0 0x0000000 0x0 0x2000000>; }; };