mirror of https://gitee.com/openkylin/linux.git
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:
parent
5cc75fca2d
commit
30022bb43d
|
@ -7,7 +7,7 @@ / {
|
|||
compatible = "nvidia,beaver", "nvidia,tegra30";
|
||||
|
||||
memory {
|
||||
reg = <0x80000000 0x80000000>;
|
||||
reg = <0x80000000 0x7ff00000>;
|
||||
};
|
||||
|
||||
pinmux {
|
||||
|
|
Loading…
Reference in New Issue