Hi Edgar,
On 19:22 Fri 12 Sep , Edgar E. Iglesias wrote:
> > + if (chardev_idx == 0) {
> > + qemu_fdt_setprop_string(s->cfg.fdt, "/chosen", "stdout-path",
> > node);
> > }
>
> Hi Luc,
>
> It looks like we're creating objects and then uncoditionally adding fdt
> nodes to the device-tree. How does this work if the user passes a custom
> dtb?Same as my previous answer: the created dtb is used by the ARM bootloader only if the user does not provide one. Thanks -- Luc
