mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
202515b901
Just a simple copy, no refresh yet. Reviewed-by: Tomasz Maciej Nowak <tmn505@gmail.com> Tested-by: Tomasz Maciej Nowak <tmn505@gmail.com> Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com> [do not duplicate files] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
20 lines
383 B
Diff
20 lines
383 B
Diff
--- a/arch/arm/boot/dts/armada-388-rd.dts
|
|
+++ b/arch/arm/boot/dts/armada-388-rd.dts
|
|
@@ -103,6 +103,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>;
|
|
+ };
|
|
};
|
|
};
|
|
|