All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH][v2] armv8: ls1012a: Updating CONFIG_EXTRA_ENV_SETTINGS
@ 2016-10-04 11:47 Pratiyush Mohan Srivastava
  2016-10-06 16:49 ` york sun
  0 siblings, 1 reply; 3+ messages in thread
From: Pratiyush Mohan Srivastava @ 2016-10-04 11:47 UTC (permalink / raw)
  To: u-boot

Remove ramdisk_addr, ramdisk_size and update UART baud-rate.

Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
Signed-off-by: Pratiyush Mohan Srivastava <pratiyush.srivastava@nxp.com>
---
Changes for v2 :
	- Removed "initrd_high=0xffffffff\0"
	- Removed console variable

 include/configs/ls1012a_common.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h
index af45993..02cbf5d 100644
--- a/include/configs/ls1012a_common.h
+++ b/include/configs/ls1012a_common.h
@@ -106,19 +106,15 @@
 
 /* Initial environment variables */
 #define CONFIG_EXTRA_ENV_SETTINGS		\
-	"initrd_high=0xffffffff\0"		\
 	"verify=no\0"				\
 	"hwconfig=fsl_ddr:bank_intlv=auto\0"	\
 	"loadaddr=0x80100000\0"			\
 	"kernel_addr=0x100000\0"		\
-	"ramdisk_addr=0x800000\0"		\
-	"ramdisk_size=0x2000000\0"		\
 	"fdt_high=0xffffffffffffffff\0"		\
 	"initrd_high=0xffffffffffffffff\0"	\
 	"kernel_start=0xa00000\0"		\
 	"kernel_load=0xa0000000\0"		\
 	"kernel_size=0x2800000\0"		\
-	"console=ttyAMA0,38400n8\0"
 
 #define CONFIG_BOOTARGS		"console=ttyS0,115200 root=/dev/ram0 " \
 				"earlycon=uart8250,mmio,0x21c0500"
-- 
2.7.4

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

* [U-Boot] [PATCH][v2] armv8: ls1012a: Updating CONFIG_EXTRA_ENV_SETTINGS
  2016-10-04 11:47 [U-Boot] [PATCH][v2] armv8: ls1012a: Updating CONFIG_EXTRA_ENV_SETTINGS Pratiyush Mohan Srivastava
@ 2016-10-06 16:49 ` york sun
  2016-10-07  5:34   ` Pratiyush Srivastava
  0 siblings, 1 reply; 3+ messages in thread
From: york sun @ 2016-10-06 16:49 UTC (permalink / raw)
  To: u-boot

On 10/04/2016 04:38 AM, Pratiyush Mohan Srivastava wrote:
> Remove ramdisk_addr, ramdisk_size and update UART baud-rate.
>
> Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
> Signed-off-by: Pratiyush Mohan Srivastava <pratiyush.srivastava@nxp.com>
> ---
> Changes for v2 :
> 	- Removed "initrd_high=0xffffffff\0"
> 	- Removed console variable
>
>  include/configs/ls1012a_common.h | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h
> index af45993..02cbf5d 100644
> --- a/include/configs/ls1012a_common.h
> +++ b/include/configs/ls1012a_common.h
> @@ -106,19 +106,15 @@
>
>  /* Initial environment variables */
>  #define CONFIG_EXTRA_ENV_SETTINGS		\
> -	"initrd_high=0xffffffff\0"		\
>  	"verify=no\0"				\
>  	"hwconfig=fsl_ddr:bank_intlv=auto\0"	\

I realize this hwconfig is not used. Please remove.

York

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

* [U-Boot] [PATCH][v2] armv8: ls1012a: Updating CONFIG_EXTRA_ENV_SETTINGS
  2016-10-06 16:49 ` york sun
@ 2016-10-07  5:34   ` Pratiyush Srivastava
  0 siblings, 0 replies; 3+ messages in thread
From: Pratiyush Srivastava @ 2016-10-07  5:34 UTC (permalink / raw)
  To: u-boot



> -----Original Message-----
> From: york sun
> Sent: Thursday, October 06, 2016 10:19 PM
> To: Pratiyush Srivastava <pratiyush.srivastava@nxp.com>; u-
> boot at lists.denx.de
> Cc: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
> Subject: Re: [PATCH][v2] armv8: ls1012a: Updating
> CONFIG_EXTRA_ENV_SETTINGS
> 
> On 10/04/2016 04:38 AM, Pratiyush Mohan Srivastava wrote:
> > Remove ramdisk_addr, ramdisk_size and update UART baud-rate.
> >
> > Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
> > Signed-off-by: Pratiyush Mohan Srivastava
> <pratiyush.srivastava@nxp.com>
> > ---
> > Changes for v2 :
> > 	- Removed "initrd_high=0xffffffff\0"
> > 	- Removed console variable
> >
> >  include/configs/ls1012a_common.h | 4 ----
> >  1 file changed, 4 deletions(-)
> >
> > diff --git a/include/configs/ls1012a_common.h
> b/include/configs/ls1012a_common.h
> > index af45993..02cbf5d 100644
> > --- a/include/configs/ls1012a_common.h
> > +++ b/include/configs/ls1012a_common.h
> > @@ -106,19 +106,15 @@
> >
> >  /* Initial environment variables */
> >  #define CONFIG_EXTRA_ENV_SETTINGS		\
> > -	"initrd_high=0xffffffff\0"		\
> >  	"verify=no\0"				\
> >  	"hwconfig=fsl_ddr:bank_intlv=auto\0"	\
> 
> I realize this hwconfig is not used. Please remove.
[Pratiyush>] Ok .I will remove it.
> 
> York

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

end of thread, other threads:[~2016-10-07  5:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-04 11:47 [U-Boot] [PATCH][v2] armv8: ls1012a: Updating CONFIG_EXTRA_ENV_SETTINGS Pratiyush Mohan Srivastava
2016-10-06 16:49 ` york sun
2016-10-07  5:34   ` Pratiyush Srivastava

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.