Hi Martin, On 10/09/2018 20:45, Martin Blumenstingl wrote: > On Mon, Sep 10, 2018 at 8:33 PM Neil Armstrong <[email protected]> > wrote: >> >> Add missing chosen and memory nodes. >> >> Signed-off-by: Neil Armstrong <[email protected]> > out of curiosity: > - does the bootloader add the memory node (meaning that this is just a > cosmetic bit)?
Yes, but it's always better to already have the node so it only change the memory, otherwise it has to relocate and insert a node in the middle of the dtb. > - setting stdout-path is always a good idea, without it you can't use > earlycon (without parameters) > > Acked-by: Martin Blumenstingl <[email protected]> > Thanks, Neil

