]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
ti_armv7_common: env: Remove no longer needed mem_reserve
authorAndrew F. Davis <afd@ti.com>
Wed, 8 Jun 2016 15:19:14 +0000 (10:19 -0500)
committerTom Rini <trini@konsulko.com>
Sun, 12 Jun 2016 17:14:57 +0000 (13:14 -0400)
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>
include/configs/ti_armv7_keystone2.h

index 707106ffab8d3c8afb33793b1fb0964b2353381e..2ee26c40367077d67d88d717ea6b232358c48f9a 100644 (file)
        "tftp_root=/\0"                                                 \
        "nfs_root=/export\0"                                            \
        "mem_lpae=1\0"                                                  \
-       "mem_reserve=512M\0"                                            \
        "addr_ubi=0x82000000\0"                                         \
        "addr_secdb_key=0xc000000\0"                                    \
        "name_kern=zImage\0"                                            \