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 b584b845b1
commit a9c45f15b2

View File

@ -109,7 +109,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" \