提交 30022bb4 编写于 作者: S Stephen Warren

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: NStephen Warren <swarren@nvidia.com>
上级 5cc75fca
......@@ -7,7 +7,7 @@
compatible = "nvidia,beaver", "nvidia,tegra30";
memory {
reg = <0x80000000 0x80000000>;
reg = <0x80000000 0x7ff00000>;
};
pinmux {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册