Re: [PATCH v3 3/4] bootflow: bootmeth_efi: Handle fdt not available.

2023-11-18 Thread Simon Glass
On Sat, 18 Nov 2023 at 15:07, Shantur Rathore wrote: > > While booting with efi, if fdt isn't available externally, > just use the built-in one. > > Signed-off-by: Shantur Rathore > --- Change log needed when you send a new version > boot/bootmeth_efi.c | 19 +-- > include/boot

[PATCH v3 3/4] bootflow: bootmeth_efi: Handle fdt not available.

2023-11-18 Thread Shantur Rathore
While booting with efi, if fdt isn't available externally, just use the built-in one. Signed-off-by: Shantur Rathore --- boot/bootmeth_efi.c | 19 +-- include/bootflow.h | 2 ++ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/boot/bootmeth_efi.c b/boot/bootmeth_