From: York Sun <york.sun@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] boards: ls2080: Fix default bootargs
Date: Mon, 29 Feb 2016 15:58:20 -0800 [thread overview]
Message-ID: <1456790301-28685-1-git-send-email-york.sun@nxp.com> (raw)
A white space is missing in multiple-line string for bootargs.
Signed-off-by: York Sun <york.sun@nxp.com>
---
include/configs/ls2080a_common.h | 2 +-
include/configs/ls2080ardb.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h
index 8bff81b..5e555aa 100644
--- a/include/configs/ls2080a_common.h
+++ b/include/configs/ls2080a_common.h
@@ -269,7 +269,7 @@ unsigned long long get_qixis_addr(void);
" 0x580800000 \0"
#define CONFIG_BOOTARGS "console=ttyS0,115200 root=/dev/ram0 " \
- "earlycon=uart8250,mmio,0x21c0500" \
+ "earlycon=uart8250,mmio,0x21c0500 " \
"ramdisk_size=0x2000000 default_hugepagesz=2m" \
" hugepagesz=2m hugepages=256"
#define CONFIG_BOOTCOMMAND "fsl_mc apply dpl 0x580700000 &&" \
diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h
index b2c0181..3ca8d08 100644
--- a/include/configs/ls2080ardb.h
+++ b/include/configs/ls2080ardb.h
@@ -333,7 +333,7 @@ unsigned long get_board_sys_clk(void);
#undef CONFIG_BOOTARGS
#define CONFIG_BOOTARGS "console=ttyS1,115200 root=/dev/ram0 " \
- "earlycon=uart8250,mmio,0x21c0600" \
+ "earlycon=uart8250,mmio,0x21c0600 " \
"ramdisk_size=0x2000000 default_hugepagesz=2m" \
" hugepagesz=2m hugepages=256"
--
1.7.9.5
next reply other threads:[~2016-02-29 23:58 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-29 23:58 York Sun [this message]
2016-02-29 23:58 ` [U-Boot] [PATCH 2/2] boards: ls2080: Disable fdt copying by default York Sun
2016-03-01 0:00 ` Scott Wood
2016-03-01 0:08 ` york sun
2016-03-01 1:42 ` Scott Wood
2016-03-01 3:55 ` Prabhakar Kushwaha
2016-03-01 15:54 ` Scott Wood
2016-03-01 5:20 ` Bhupesh Sharma
2016-03-01 6:00 ` york sun
2016-03-01 6:03 ` Bhupesh Sharma
2016-03-01 16:01 ` Scott Wood
2016-03-01 16:48 ` york sun
2016-03-01 17:35 ` Scott Wood
2016-03-01 18:56 ` york sun
2016-03-22 15:37 ` [U-Boot] [PATCH 1/2] boards: ls2080: Fix default bootargs york sun
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=1456790301-28685-1-git-send-email-york.sun@nxp.com \
--to=york.sun@nxp.com \
--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