commit | aca42d72a1528ab68a065b03214f8be6d836ae55 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Wed Jun 08 10:19:14 2016 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sun Jun 12 13:14:57 2016 -0400 |
tree | dfa1da7044bb616f9be2e58867b0b22aac9aa614 | |
parent | 853445f8c4c36f77e58f35435953bddaa556044a [diff] |
ti_armv7_common: env: Remove no longer needed mem_reserve The kernel can now use DT to reserve memory carveouts and these areas are now the default for drivers that need reserved memory, so reserving more here is unneeded and any memory reserved this way will be wasted. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>