Skip to content

Commit

Permalink
arm/dt: tegra: Remove /memreserve/ from device-tree files
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Warren authored and Olof Johansson committed Dec 8, 2011
1 parent 586187e commit 5a85426
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion arch/arm/boot/dts/tegra-harmony.dts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/dts-v1/;

/memreserve/ 0x1c000000 0x04000000;
/include/ "tegra20.dtsi"

/ {
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/tegra-paz00.dts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/dts-v1/;

/memreserve/ 0x1c000000 0x04000000;
/include/ "tegra20.dtsi"

/ {
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/tegra-seaboard.dts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/dts-v1/;

/memreserve/ 0x1c000000 0x04000000;
/include/ "tegra20.dtsi"

/ {
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/tegra-trimslice.dts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/dts-v1/;

/memreserve/ 0x1c000000 0x04000000;
/include/ "tegra20.dtsi"

/ {
Expand Down
1 change: 0 additions & 1 deletion arch/arm/boot/dts/tegra-ventana.dts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/dts-v1/;

/memreserve/ 0x1c000000 0x04000000;
/include/ "tegra20.dtsi"

/ {
Expand Down

0 comments on commit 5a85426

Please sign in to comment.