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. Best regards, Krzysztof