mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
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>
This commit is contained in:
parent
b2f3addbb2
commit
ed77b7045e
2 changed files with 2 additions and 2 deletions
|
@ -260,7 +260,7 @@ unsigned long long get_qixis_addr(void);
|
||||||
" 0x580800000 \0"
|
" 0x580800000 \0"
|
||||||
|
|
||||||
#define CONFIG_BOOTARGS "console=ttyS0,115200 root=/dev/ram0 " \
|
#define CONFIG_BOOTARGS "console=ttyS0,115200 root=/dev/ram0 " \
|
||||||
"earlycon=uart8250,mmio,0x21c0500" \
|
"earlycon=uart8250,mmio,0x21c0500 " \
|
||||||
"ramdisk_size=0x2000000 default_hugepagesz=2m" \
|
"ramdisk_size=0x2000000 default_hugepagesz=2m" \
|
||||||
" hugepagesz=2m hugepages=256"
|
" hugepagesz=2m hugepages=256"
|
||||||
#define CONFIG_BOOTCOMMAND "fsl_mc apply dpl 0x580700000 &&" \
|
#define CONFIG_BOOTCOMMAND "fsl_mc apply dpl 0x580700000 &&" \
|
||||||
|
|
|
@ -333,7 +333,7 @@ unsigned long get_board_sys_clk(void);
|
||||||
|
|
||||||
#undef CONFIG_BOOTARGS
|
#undef CONFIG_BOOTARGS
|
||||||
#define CONFIG_BOOTARGS "console=ttyS1,115200 root=/dev/ram0 " \
|
#define CONFIG_BOOTARGS "console=ttyS1,115200 root=/dev/ram0 " \
|
||||||
"earlycon=uart8250,mmio,0x21c0600" \
|
"earlycon=uart8250,mmio,0x21c0600 " \
|
||||||
"ramdisk_size=0x2000000 default_hugepagesz=2m" \
|
"ramdisk_size=0x2000000 default_hugepagesz=2m" \
|
||||||
" hugepagesz=2m hugepages=256"
|
" hugepagesz=2m hugepages=256"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue