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: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Stephen Warren 2013-05-13 09:47:31 +00:00
parent 5cc75fca2d
commit 30022bb43d

View file

@ -7,7 +7,7 @@ / {
compatible = "nvidia,beaver", "nvidia,tegra30";
memory {
reg = <0x80000000 0x80000000>;
reg = <0x80000000 0x7ff00000>;
};
pinmux {