Message ID | 1368474451-11176-1-git-send-email-swarren@wwwdotorg.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 05/13/2013 01:47 PM, Stephen Warren wrote: > Tegra30's boot ROM masks the top 1MiB of RAM. Fix the memory node in > Beaver's DT file to reflect this. I have applied this to Tegra's for-3.11/dt branch.
diff --git a/arch/arm/boot/dts/tegra30-beaver.dts b/arch/arm/boot/dts/tegra30-beaver.dts index 47b0865..87f0cf5 100644 --- a/arch/arm/boot/dts/tegra30-beaver.dts +++ b/arch/arm/boot/dts/tegra30-beaver.dts @@ -7,7 +7,7 @@ compatible = "nvidia,beaver", "nvidia,tegra30"; memory { - reg = <0x80000000 0x80000000>; + reg = <0x80000000 0x7ff00000>; }; pinmux {