On 3/28/2022 12:13 AM, Krzysztof Kozlowski wrote:
On 27/03/2022 22:24, Jae Hyun Yoo wrote:
[...]
+ chosen {
+ stdout-path = &uart5;
+ bootargs = "console=ttyS4,115200n8";
After adding stdout-path, please remove bootargs.
Can I keep the default bootargs for a case if CONFIG_CMDLINE_FORCE
is enabled?
No, because you control the config, so just disable CMDLINE_FORCE if you
don't want it and such bootargs are not part of hardware description.
Okay, I'll remove bootargs in v4. Thanks!
Best Regards,
Jae