Commit 3ab65f2b authored by Suman Anna's avatar Suman Anna Committed by Benoit Cousson

ARM: dts: OMAP4+: Remove multimedia carveouts

The carveouts that have been reserved for multimedia usecases
are not being used currently by any driver and so have been
cleaned up. Memory will be allocated runtime through CMA for
enabling the multimedia usecases.
Signed-off-by: default avatarSuman Anna <s-anna@ti.com>
Signed-off-by: default avatarBenoit Cousson <benoit.cousson@linaro.org>
parent 7d132055
...@@ -6,14 +6,6 @@ ...@@ -6,14 +6,6 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
/*
* Carveout for multimedia usecases
* It should be the last 48MB of the first 512MB memory part
* In theory, it should not even exist. That zone should be reserved
* dynamically during the .reserve callback.
*/
/memreserve/ 0x9d000000 0x03000000;
/include/ "skeleton.dtsi" /include/ "skeleton.dtsi"
/ { / {
......
...@@ -7,14 +7,6 @@ ...@@ -7,14 +7,6 @@
* Based on "omap4.dtsi" * Based on "omap4.dtsi"
*/ */
/*
* Carveout for multimedia usecases
* It should be the last 48MB of the first 512MB memory part
* In theory, it should not even exist. That zone should be reserved
* dynamically during the .reserve callback.
*/
/memreserve/ 0x9d000000 0x03000000;
/include/ "skeleton.dtsi" /include/ "skeleton.dtsi"
/ { / {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment