e3d19988cf
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44882
20 lines
403 B
Diff
20 lines
403 B
Diff
--- a/arch/arm/boot/dts/armada-388-rd.dts
|
|
+++ b/arch/arm/boot/dts/armada-388-rd.dts
|
|
@@ -77,6 +77,16 @@
|
|
compatible = "st,m25p128";
|
|
reg = <0>; /* Chip select 0 */
|
|
spi-max-frequency = <108000000>;
|
|
+
|
|
+ partition@0 {
|
|
+ label = "uboot";
|
|
+ reg = <0 0x400000>;
|
|
+ };
|
|
+
|
|
+ partition@1 {
|
|
+ label = "firmware";
|
|
+ reg = <0x400000 0xc00000>;
|
|
+ };
|
|
};
|
|
};
|
|
|