Re: [meta-freescale] [PATCH] Allow the videoargs to be passed to bootargs

2018-08-30 Thread Otavio Salvador
On Fri, Aug 24, 2018 at 11:08 AM Dan Riegsecker <1baldg...@gmail.com> wrote: > 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 mast

[meta-freescale] [PATCH] Allow the videoargs to be passed to bootargs

2018-08-24 Thread Dan Riegsecker
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 2ee91d