mx6sabre_common: Allow the videoargs to be passed to bootargs

The NULL after "rootwait rw" was not allowing the videoargs to be
passed to the bootargs via the mmcargs.

Signed-off-by: Dan Riegsecker <1baldgeek@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Dan Riegsecker 2018-08-24 10:08:04 -04:00 committed by Otavio Salvador
parent bc558729a7
commit 1e13b91af7
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
"setexpr fb $fb + 1; " \
"done\0" \
"mmcargs=setenv bootargs console=${console},${baudrate} " \
"root=PARTUUID=${uuid} rootwait rw\0" \
"root=PARTUUID=${uuid} rootwait rw " \
VIDEO_ARGS "\0" \
"loadbootscript=" \
"fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};\0" \