Discussion:
[meta-freescale] [PATCH] Allow the videoargs to be passed to bootargs
Dan Riegsecker
2018-08-24 14:08:04 UTC
Permalink
The NULL after "rootwait rw" was not allowing the videoargs to be
passed to the bootargs via the mmcargs.
---
 include/configs/mx6sabre_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/mx6sabre_common.h
b/include/configs/mx6sabre_common.h
index 2ee91dab15..03d4f34904 100644
--- a/include/configs/mx6sabre_common.h
+++ b/include/configs/mx6sabre_common.h
@@ -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" \
--
2.11.0


--
Otavio Salvador
2018-08-31 01:51:26 UTC
Permalink
Post by Dan Riegsecker
The NULL after "rootwait rw" was not allowing the videoargs to be
passed to the bootargs via the mmcargs.
Thanks for the patch. I applied it to u-boot-fslc repository and
bumped the recipe. It has been pushed to master and backported to
sumo. Please give it a go.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750
--
Loading...