Skip to content

Commit 62fbae2

Browse files
committed
Change partitions to create one full image
1 parent 543c3b9 commit 62fbae2

File tree

1 file changed

+8
-29
lines changed

1 file changed

+8
-29
lines changed

arch/arm/boot/dts/nuvoton-npcm750-evb.dts

100644100755
Lines changed: 8 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -155,41 +155,20 @@
155155
};
156156
bbuboot2@80000 {
157157
label = "bb-uboot-2";
158-
reg = <0x0080000 0x80000>;
158+
reg = <0x00080000 0x80000>;
159159
read-only;
160160
};
161-
envparam@100000 {
162-
label = "env-param";
163-
reg = <0x0100000 0x40000>;
164-
read-only;
165-
};
166-
spare@140000 {
167-
label = "spare";
168-
reg = <0x0140000 0xC0000>;
169-
};
170161
kernel@200000 {
171162
label = "kernel";
172-
reg = <0x0200000 0x400000>;
173-
};
174-
rootfs@600000 {
175-
label = "rootfs";
176-
reg = <0x0600000 0x700000>;
177-
};
178-
spare1@D00000 {
179-
label = "spare1";
180-
reg = <0x0D00000 0x200000>;
181-
};
182-
spare2@0F00000 {
183-
label = "spare2";
184-
reg = <0x0F00000 0x200000>;
163+
reg = <0x00200000 0x580000>;
185164
};
186-
spare3@1100000 {
187-
label = "spare3";
188-
reg = <0x1100000 0x200000>;
165+
rofs@780000 {
166+
label = "rofs";
167+
reg = <0x00780000 0x1600000>;
189168
};
190-
spare4@1300000 {
191-
label = "spare4";
192-
reg = <0x1300000 0x0>;
169+
rwfs@1d80000 {
170+
label = "rwfs";
171+
reg = <0x01d80000 0x100000>;
193172
};
194173
};
195174
};

0 commit comments

Comments
 (0)