boards: ls2080: Fix default bootargs
authorYork Sun <york.sun@nxp.com>
Mon, 29 Feb 2016 23:58:20 +0000 (15:58 -0800)
committerYork Sun <york.sun@nxp.com>
Mon, 21 Mar 2016 19:42:12 +0000 (12:42 -0700)
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
include/configs/ls2080ardb.h

index c9b0a2f..13ce349 100644 (file)
@@ -260,7 +260,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 &&" \
index 14635b7..59a3f66 100644 (file)
@@ -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"