All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configs: ls1021a: Append CMA configuration to bootargs
@ 2020-04-23  0:41 Alison Wang
  2020-04-23 10:31 ` Priyanka Jain
  0 siblings, 1 reply; 3+ messages in thread
From: Alison Wang @ 2020-04-23  0:41 UTC (permalink / raw)
  To: u-boot

According to commit <feb8fa2ef0a5>, this patch appends CMA configuration
to bootargs for LS1021ATWR.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@nxp.com>
Signed-off-by: Alison Wang <alison.wang@nxp.com>
---
 include/configs/ls1021atwr.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h
index a6289850ca..45ce460dca 100644
--- a/include/configs/ls1021atwr.h
+++ b/include/configs/ls1021atwr.h
@@ -297,7 +297,8 @@
 
 #ifdef CONFIG_LPUART
 #define CONFIG_EXTRA_ENV_SETTINGS       \
-	"bootargs=root=/dev/ram0 rw console=ttyLP0,115200 $othbootargs\0" \
+	"bootargs=root=/dev/ram0 rw console=ttyLP0,115200 "	\
+		"cma=64M at 0x0-0xb0000000\0" \
 	"initrd_high=0xffffffff\0"      \
 	"fdt_addr=0x64f00000\0"		\
 	"kernel_addr=0x65000000\0"	\
@@ -353,7 +354,8 @@
 		"$kernel_size && bootm $load_addr#$board\0"
 #else
 #define CONFIG_EXTRA_ENV_SETTINGS	\
-	"bootargs=root=/dev/ram0 rw console=ttyS0,115200 $othbootargs\0" \
+	"bootargs=root=/dev/ram0 rw console=ttyS0,115200 "	\
+		"cma=64M at 0x0-0xb0000000\0" \
 	"initrd_high=0xffffffff\0"      \
 	"fdt_addr=0x64f00000\0"		\
 	"kernel_addr=0x61000000\0"	\
-- 
2.17.1

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

* [PATCH] configs: ls1021a: Append CMA configuration to bootargs
  2020-04-23  0:41 [PATCH] configs: ls1021a: Append CMA configuration to bootargs Alison Wang
@ 2020-04-23 10:31 ` Priyanka Jain
  2020-04-23 14:54   ` Alison Wang
  0 siblings, 1 reply; 3+ messages in thread
From: Priyanka Jain @ 2020-04-23 10:31 UTC (permalink / raw)
  To: u-boot

>-----Original Message-----
>From: Alison Wang <alison.wang@nxp.com>
>Sent: Thursday, April 23, 2020 6:12 AM
>To: u-boot at lists.denx.de; Priyanka Jain <priyanka.jain@nxp.com>; Jagdish
>Gediya <jagdish.gediya@nxp.com>
>Cc: Shengzhou Liu <shengzhou.liu@nxp.com>
>Subject: [PATCH] configs: ls1021a: Append CMA configuration to bootargs
>
>According to commit <feb8fa2ef0a5>, this patch appends CMA configuration
>to bootargs for LS1021ATWR.
>
Please mention what this patch is doing (as a fresh patch).
No need to mention relation with previous commit.

Regards
Priyanka
<snip>

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

* [PATCH] configs: ls1021a: Append CMA configuration to bootargs
  2020-04-23 10:31 ` Priyanka Jain
@ 2020-04-23 14:54   ` Alison Wang
  0 siblings, 0 replies; 3+ messages in thread
From: Alison Wang @ 2020-04-23 14:54 UTC (permalink / raw)
  To: u-boot

Hi, Priyanka,

> -----Original Message-----
> From: Priyanka Jain <priyanka.jain@nxp.com>
> Sent: Thursday, April 23, 2020 6:32 PM
> To: Alison Wang <alison.wang@nxp.com>; u-boot at lists.denx.de; Jagdish
> Gediya <jagdish.gediya@nxp.com>
> Cc: Shengzhou Liu <shengzhou.liu@nxp.com>
> Subject: RE: [PATCH] configs: ls1021a: Append CMA configuration to bootargs
> 
> >-----Original Message-----
> >From: Alison Wang <alison.wang@nxp.com>
> >Sent: Thursday, April 23, 2020 6:12 AM
> >To: u-boot at lists.denx.de; Priyanka Jain <priyanka.jain@nxp.com>;
> >Jagdish Gediya <jagdish.gediya@nxp.com>
> >Cc: Shengzhou Liu <shengzhou.liu@nxp.com>
> >Subject: [PATCH] configs: ls1021a: Append CMA configuration to bootargs
> >
> >According to commit <feb8fa2ef0a5>, this patch appends CMA
> >configuration to bootargs for LS1021ATWR.
> >
> Please mention what this patch is doing (as a fresh patch).
> No need to mention relation with previous commit.
[Alison] Update the comment in v2.

Best Regards,
Alison Wang

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

end of thread, other threads:[~2020-04-23 14:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23  0:41 [PATCH] configs: ls1021a: Append CMA configuration to bootargs Alison Wang
2020-04-23 10:31 ` Priyanka Jain
2020-04-23 14:54   ` Alison Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.