public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ti_armv7_common: env: Remove no longer needed mem_reserve
@ 2016-06-08 15:19 Andrew F. Davis
  2016-06-09  3:51 ` Lokesh Vutla
  2016-06-19 14:08 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew F. Davis @ 2016-06-08 15:19 UTC (permalink / raw)
  To: u-boot

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>
---
 include/configs/ti_armv7_keystone2.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h
index 2c9028c..d7baf33 100644
--- a/include/configs/ti_armv7_keystone2.h
+++ b/include/configs/ti_armv7_keystone2.h
@@ -247,7 +247,6 @@
 	"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"						\
-- 
2.8.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] ti_armv7_common: env: Remove no longer needed mem_reserve
  2016-06-08 15:19 [U-Boot] [PATCH] ti_armv7_common: env: Remove no longer needed mem_reserve Andrew F. Davis
@ 2016-06-09  3:51 ` Lokesh Vutla
  2016-06-19 14:08 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Lokesh Vutla @ 2016-06-09  3:51 UTC (permalink / raw)
  To: u-boot



On Wednesday 08 June 2016 08:49 PM, Andrew F. Davis wrote:
> 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>

Thanks and regards,
Lokesh

> ---
>  include/configs/ti_armv7_keystone2.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h
> index 2c9028c..d7baf33 100644
> --- a/include/configs/ti_armv7_keystone2.h
> +++ b/include/configs/ti_armv7_keystone2.h
> @@ -247,7 +247,6 @@
>  	"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"						\
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] ti_armv7_common: env: Remove no longer needed mem_reserve
  2016-06-08 15:19 [U-Boot] [PATCH] ti_armv7_common: env: Remove no longer needed mem_reserve Andrew F. Davis
  2016-06-09  3:51 ` Lokesh Vutla
@ 2016-06-19 14:08 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-06-19 14:08 UTC (permalink / raw)
  To: u-boot

On Wed, Jun 08, 2016 at 10:19:14AM -0500, Andrew F. Davis wrote:

> 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>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160619/e6ae5b4c/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-19 14:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-08 15:19 [U-Boot] [PATCH] ti_armv7_common: env: Remove no longer needed mem_reserve Andrew F. Davis
2016-06-09  3:51 ` Lokesh Vutla
2016-06-19 14:08 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox