You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
383 B
20 lines
383 B
7 years ago
|
--- a/arch/arm/boot/dts/armada-388-rd.dts
|
||
|
+++ b/arch/arm/boot/dts/armada-388-rd.dts
|
||
|
@@ -140,6 +140,16 @@
|
||
|
compatible = "st,m25p128", "jedec,spi-nor";
|
||
|
reg = <0>; /* Chip select 0 */
|
||
|
spi-max-frequency = <108000000>;
|
||
|
+
|
||
|
+ partition@0 {
|
||
|
+ label = "uboot";
|
||
|
+ reg = <0 0x400000>;
|
||
|
+ };
|
||
|
+
|
||
|
+ partition@1 {
|
||
|
+ label = "firmware";
|
||
|
+ reg = <0x400000 0xc00000>;
|
||
|
+ };
|
||
|
};
|
||
|
};
|
||
|
|