Re: [PATCH 08/19] boot: Move fdt_support to boot/

2023-09-04 Thread Simon Glass
Hi Devarsh, On Thu, 31 Aug 2023 at 00:02, Devarsh Thakkar wrote: > > Hi Simon, > > On 25/08/23 01:28, Simon Glass wrote: > > This relates to booting since it fixes up the devicetree for the OS. Move > > it into the boot/ directory. > > > > Signed-off-by: Simon Glass > > --- > > > >

Re: [PATCH 08/19] boot: Move fdt_support to boot/

2023-08-31 Thread Devarsh Thakkar
Hi Simon, On 25/08/23 01:28, Simon Glass wrote: > This relates to booting since it fixes up the devicetree for the OS. Move > it into the boot/ directory. > > Signed-off-by: Simon Glass > --- > > boot/Makefile | 3 +++ > {common => boot}/fdt_support.c | 0 > common/Makefile

[PATCH 08/19] boot: Move fdt_support to boot/

2023-08-24 Thread Simon Glass
This relates to booting since it fixes up the devicetree for the OS. Move it into the boot/ directory. Signed-off-by: Simon Glass --- boot/Makefile | 3 +++ {common => boot}/fdt_support.c | 0 common/Makefile| 2 -- 3 files changed, 3 insertions(+), 2