diff options
author | Stephen Warren <swarren@nvidia.com> | 2011-11-21 21:44:07 (GMT) |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-12-08 04:48:02 (GMT) |
commit | 5a85426506d7593695380dddd92f01f79b2bca4e (patch) | |
tree | d01c5d1ad66452cf7880c5ffb1ceb623c94c22cd /arch/arm/boot/dts/tegra-ventana.dts | |
parent | 586187e22ddc87e95f8ac93f1a1b2a629c983aaf (diff) | |
download | linux-5a85426506d7593695380dddd92f01f79b2bca4e.tar.xz |
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-ventana.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra-ventana.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra-ventana.dts b/arch/arm/boot/dts/tegra-ventana.dts index 3f9abd6b..2af12fa 100644 --- a/arch/arm/boot/dts/tegra-ventana.dts +++ b/arch/arm/boot/dts/tegra-ventana.dts @@ -1,6 +1,5 @@ /dts-v1/; -/memreserve/ 0x1c000000 0x04000000; /include/ "tegra20.dtsi" / { |