On Thu, Mar 18, 2021 at 06:07:23PM +0000, Nikos Nikoleris wrote: > This set of patches fixes the way we parse the stdout-path > property in the DT. The stdout-path property is used to set up > the console. Prior to this, the code ignored the fact that > stdout-path is made of the path to the uart node as well as > parameters. As a result, it would fail to find the relevant DT > node. In addition to minor fixes in the device tree code, this > series pulls a new version of libfdt from upstream. > > v1: https://lore.kernel.org/kvm/20210316152405.50363-1-nikos.nikoleris@xxxxxxx/ > > Changes in v2: > - Added strtoul and minor fix in strrchr > - Fixes in libfdt_clean > - Minor fix in lib/libfdt/README > > Thanks, > > Nikos > Applied to arm/queue https://gitlab.com/rhdrjones/kvm-unit-tests/-/commits/arm/queue Thanks, drew