Commit 30022bb4 authored by Stephen Warren's avatar Stephen Warren
Browse files

ARM: tegra: fix memory size on Beaver



Tegra30's boot ROM masks the top 1MiB of RAM. Fix the memory node in
Beaver's DT file to reflect this.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 5cc75fca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
	compatible = "nvidia,beaver", "nvidia,tegra30";

	memory {
		reg = <0x80000000 0x80000000>;
		reg = <0x80000000 0x7ff00000>;
	};

	pinmux {