On Thu, May 5, 2016 at 2:05 PM, Arnd Bergmann <a...@arndb.de> wrote: > On Thursday 05 May 2016 13:48:54 Chris Brand wrote: >> + >> + chosen { >> + bootargs = "console=ttyS0,115200n8"; >> + }; >> + >> > > Can you move this into the .dts file, and add a stdout-path > property to make earlycon work? > > Arnd
Will do. Thanks, Arnd. Chris