diff mbox

[U-Boot,1/2] boards: ls2080: Fix default bootargs

Message ID 1456790301-28685-1-git-send-email-york.sun@nxp.com
State Accepted
Commit ed77b7045ef5a287a3b6443a21f17d28d307a295
Delegated to: York Sun
Headers show

Commit Message

York Sun Feb. 29, 2016, 11:58 p.m. UTC
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(-)

Comments

York Sun March 22, 2016, 3:37 p.m. UTC | #1
On 02/29/2016 03:58 PM, York Sun wrote:
> 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(-)
> 

Applied to u-boot-fsl-qoriq, awaiting upstream.

York
diff mbox

Patch

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"