Re: [PATCH v2 17/35] common: Move device-tree setup functions to fdt_support.h

2020-01-20 Thread Tom Rini
On Sat, Dec 28, 2019 at 10:44:54AM -0700, Simon Glass wrote: > These functions relate to setting up the device tree for booting the OS. > The fdt_support.h header file supports similar functions, so move these > there. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom

[PATCH v2 17/35] common: Move device-tree setup functions to fdt_support.h

2019-12-28 Thread Simon Glass
These functions relate to setting up the device tree for booting the OS. The fdt_support.h header file supports similar functions, so move these there. Signed-off-by: Simon Glass --- Changes in v2: None arch/riscv/lib/bootm.c| 1 + board/esd/vme8349/vme8349.c