diff options
author | Stephen Warren <swarren@nvidia.com> | 2011-11-21 16:44:07 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-12-07 23:48:02 -0500 |
commit | 5a85426506d7593695380dddd92f01f79b2bca4e (patch) | |
tree | d01c5d1ad66452cf7880c5ffb1ceb623c94c22cd /arch/arm/boot/dts/tegra-trimslice.dts | |
parent | 586187e22ddc87e95f8ac93f1a1b2a629c983aaf (diff) |
arm/dt: tegra: Remove /memreserve/ from device-tree files
There are no drivers in the kernel at present which can make use of the
memory reserved by /memreserve/, so there is no point reserving it. Remove
/memreserve/ to allow the user more memory. It's also unclear whether any
future driver would actually require /memreserve/, or allocate memory
through some other mechanism.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/tegra-trimslice.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra-trimslice.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra-trimslice.dts b/arch/arm/boot/dts/tegra-trimslice.dts index d3d0d205a474..95117d31fee3 100644 --- a/arch/arm/boot/dts/tegra-trimslice.dts +++ b/arch/arm/boot/dts/tegra-trimslice.dts | |||
@@ -1,6 +1,5 @@ | |||
1 | /dts-v1/; | 1 | /dts-v1/; |
2 | 2 | ||
3 | /memreserve/ 0x1c000000 0x04000000; | ||
4 | /include/ "tegra20.dtsi" | 3 | /include/ "tegra20.dtsi" |
5 | 4 | ||
6 | / { | 5 | / { |