Skip to content

Commit a8804f7

Browse files
Merge pull request #10 from UtsavAgarwalADI/develop/yocto-3.1.0
SC589-mini: updating flash partitions
2 parents 376fa91 + 4dc3ccc commit a8804f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/sc589-mini.dts

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@
152152

153153
partition@3 {
154154
label = "kernel (spi)";
155-
reg = <0x00e0000 0x0600000>;
155+
reg = <0x00e0000 0x0800000>;
156156
};
157157

158158
partition@4 {
159159
label = "root file system (spi)";
160-
reg = <0x06e0000 0x0920000>;
160+
reg = <0x08e0000 0x1AC0000>;
161161
};
162162
};
163163
};

0 commit comments

Comments
 (0)