Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f759ee57 authored by Vineet Gupta's avatar Vineet Gupta
Browse files

ARC: Ensure DT mem base is same as what kernel is built with

parent 483bcc99
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,6 +95,6 @@
		#size-cells = <1>;
		ranges = <0x00000000 0x80000000 0x40000000>;
		device_type = "memory";
		reg = <0x00000000 0x20000000>;	/* 512MiB */
		reg = <0x80000000 0x20000000>;	/* 512MiB */
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -98,6 +98,6 @@
		#size-cells = <1>;
		ranges = <0x00000000 0x80000000 0x40000000>;
		device_type = "memory";
		reg = <0x00000000 0x20000000>;	/* 512MiB */
		reg = <0x80000000 0x20000000>;	/* 512MiB */
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -121,6 +121,6 @@
		#size-cells = <1>;
		ranges = <0x00000000 0x80000000 0x40000000>;
		device_type = "memory";
		reg = <0x00000000 0x20000000>;	/* 512MiB */
		reg = <0x80000000 0x20000000>;	/* 512MiB */
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -32,6 +32,6 @@

	memory {
		device_type = "memory";
		reg = <0x00000000 0x10000000>;	/* 256M */
		reg = <0x80000000 0x10000000>;	/* 256M */
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -56,6 +56,6 @@
		#size-cells = <1>;
		ranges = <0x00000000 0x80000000 0x40000000>;
		device_type = "memory";
		reg = <0x00000000 0x20000000>;	/* 512MiB */
		reg = <0x80000000 0x20000000>;	/* 512MiB */
	};
};
Loading