From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: socfpga: Add missing ', ' in CONFIG_BOOTARGS
Date: Wed, 01 Jun 2016 22:10:24 +0200 [thread overview]
Message-ID: <574F4130.8000708@denx.de> (raw)
In-Reply-To: <20160601112458.21301-1-sr@denx.de>
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
prev parent reply other threads:[~2016-06-01 20:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-01 11:24 [U-Boot] [PATCH] arm: socfpga: Add missing ',' in CONFIG_BOOTARGS Stefan Roese
2016-06-01 20:10 ` Marek Vasut [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=574F4130.8000708@denx.de \
--to=marex@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox