summaryrefslogtreecommitdiff
path: root/include/configs/ls2080ardb.h
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-02-29 23:58:20 (GMT)
committerYork Sun <york.sun@nxp.com>2016-03-21 19:42:12 (GMT)
commited77b7045ef5a287a3b6443a21f17d28d307a295 (patch)
tree9b96fd19d2a49fb4550745a4f69bf2d27018f632 /include/configs/ls2080ardb.h
parentb2f3addbb28f49fb8bfc18153c2f27e0a53c7323 (diff)
downloadu-boot-ed77b7045ef5a287a3b6443a21f17d28d307a295.tar.xz
boards: ls2080: Fix default bootargs
A white space is missing in multiple-line string for bootargs. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls2080ardb.h')
-rw-r--r--include/configs/ls2080ardb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h
index 14635b7..59a3f66 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"