I have no problem with a common dtsi, can I get these changes in first and then do the dtsi as I continue work?

Drew

On 06/09/2016 03:12 PM, Karl Palsson wrote:
If the 8 and 16 meg files only differ in their memory, should
they perhaps just have a common .dtsi file for them both? instead
of duplicating the entire dts? I've snipped the only differences
between them below...

Sincerely,
Karl P


Drew from NixCore <d...@nixcores.com> wrote:
Added NixCore X1 ramips target http://nixcores.com. This builds
8M and 16M images. V3 updates the dts to support LEDE updated
format

Signed-off-by: Drew Gaylo <drew at nixcores.com>
diff --git
diff --git a/target/linux/ramips/dts/NIXCOREX1-16M.dts
b/target/linux/ramips/dts/NIXCOREX1-16M.dts new file mode
100644 index 0000000..1e1a205
--- /dev/null
+++ b/target/linux/ramips/dts/NIXCOREX1-16M.dts
snip

+        partition@50000 {
+            label = "firmware";
+            reg = <0x50000 0xfb0000>;
+        };
+    };
+};
+
diff --git a/target/linux/ramips/dts/NIXCOREX1-8M.dts
b/target/linux/ramips/dts/NIXCOREX1-8M.dts new file mode 100644
index 0000000..c514860
--- /dev/null
+++ b/target/linux/ramips/dts/NIXCOREX1-8M.dts
snip

+        partition@50000 {
+            label = "firmware";
+            reg = <0x50000 0x7b0000>;
+        };
+    };
+};
+


_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev


_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to