All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm: socfpga: Add missing ',' in CONFIG_BOOTARGS
@ 2016-06-01 11:24 Stefan Roese
  2016-06-01 20:10 ` [U-Boot] [PATCH] arm: socfpga: Add missing ', ' " Marek Vasut
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Roese @ 2016-06-01 11:24 UTC (permalink / raw)
  To: u-boot

Somehow the sr1500 is missing this comma in the CONFIG_BOOTARGS
definition. This patch adds it to.

Signed-off-by: Stefan Roese <sr@denx.de>
Reported-by: Pavel Machek <pavel@denx.de>
Cc: Pavel Machek <pavel@denx.de>
Cc: Marek Vasut <marex@denx.de>
---
 include/configs/socfpga_sr1500.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/socfpga_sr1500.h b/include/configs/socfpga_sr1500.h
index efa9e42..c097f47 100644
--- a/include/configs/socfpga_sr1500.h
+++ b/include/configs/socfpga_sr1500.h
@@ -22,7 +22,7 @@
 /* Booting Linux */
 #define CONFIG_BOOTDELAY	3
 #define CONFIG_BOOTFILE		"uImage"
-#define CONFIG_BOOTARGS		"console=ttyS0" __stringify(CONFIG_BAUDRATE)
+#define CONFIG_BOOTARGS		"console=ttyS0," __stringify(CONFIG_BAUDRATE)
 #define CONFIG_BOOTCOMMAND	"run mmcload; run mmcboot"
 #define CONFIG_LOADADDR		0x01000000
 #define CONFIG_SYS_LOAD_ADDR	CONFIG_LOADADDR
-- 
2.8.3

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

* [U-Boot] [PATCH] arm: socfpga: Add missing ', ' in CONFIG_BOOTARGS
  2016-06-01 11:24 [U-Boot] [PATCH] arm: socfpga: Add missing ',' in CONFIG_BOOTARGS Stefan Roese
@ 2016-06-01 20:10 ` Marek Vasut
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Vasut @ 2016-06-01 20:10 UTC (permalink / raw)
  To: u-boot

On 06/01/2016 01:24 PM, Stefan Roese wrote:
> Somehow the sr1500 is missing this comma in the CONFIG_BOOTARGS
> definition. This patch adds it to.
> 
> Signed-off-by: Stefan Roese <sr@denx.de>
> Reported-by: Pavel Machek <pavel@denx.de>
> Cc: Pavel Machek <pavel@denx.de>
> Cc: Marek Vasut <marex@denx.de>

Applied, thanks!

> ---
>  include/configs/socfpga_sr1500.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/configs/socfpga_sr1500.h b/include/configs/socfpga_sr1500.h
> index efa9e42..c097f47 100644
> --- a/include/configs/socfpga_sr1500.h
> +++ b/include/configs/socfpga_sr1500.h
> @@ -22,7 +22,7 @@
>  /* Booting Linux */
>  #define CONFIG_BOOTDELAY	3
>  #define CONFIG_BOOTFILE		"uImage"
> -#define CONFIG_BOOTARGS		"console=ttyS0" __stringify(CONFIG_BAUDRATE)
> +#define CONFIG_BOOTARGS		"console=ttyS0," __stringify(CONFIG_BAUDRATE)
>  #define CONFIG_BOOTCOMMAND	"run mmcload; run mmcboot"
>  #define CONFIG_LOADADDR		0x01000000
>  #define CONFIG_SYS_LOAD_ADDR	CONFIG_LOADADDR
> 


-- 
Best regards,
Marek Vasut

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

end of thread, other threads:[~2016-06-01 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-01 11:24 [U-Boot] [PATCH] arm: socfpga: Add missing ',' in CONFIG_BOOTARGS Stefan Roese
2016-06-01 20:10 ` [U-Boot] [PATCH] arm: socfpga: Add missing ', ' " Marek Vasut

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.