Re: [PATCH v2 05/32] bootstd: Add missing header file from bootdev.h

2023-11-17 Thread Ilias Apalodimas
On Thu, 16 Nov 2023 at 06:11, Simon Glass wrote: > > Add a dm/uclass-id.h to the bootdev header file, since it uses > enum uclass_id > > Signed-off-by: Simon Glass Reviewed-by: Ilias Apalodimas > --- > > (no changes since v1) > > include/bootdev.h | 1 + > 1 file changed, 1 insertion(+) > >

[PATCH v2 05/32] bootstd: Add missing header file from bootdev.h

2023-11-15 Thread Simon Glass
Add a dm/uclass-id.h to the bootdev header file, since it uses enum uclass_id Signed-off-by: Simon Glass --- (no changes since v1) include/bootdev.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/bootdev.h b/include/bootdev.h index b079a91b5b7f..c1362673d418 100644 ---