Re: [PATCH 09/19] Move fdt_simplefb to boot/

2023-08-30 Thread Devarsh Thakkar
On 25/08/23 01:29, Simon Glass wrote: > This relates to booting, so move it there. Create a new Kconfig menu for > things related to devicetree fixup. > > Signed-off-by: Simon Glass Reviewed-by: Devarsh Thakkar > --- > > boot/Kconfig| 16 > boot/Makefil

[PATCH 09/19] Move fdt_simplefb to boot/

2023-08-24 Thread Simon Glass
This relates to booting, so move it there. Create a new Kconfig menu for things related to devicetree fixup. Signed-off-by: Simon Glass --- boot/Kconfig| 16 boot/Makefile | 1 + {common => boot}/fdt_simplefb.c | 0 common/Kconfig