Re: [PATCH] sandbox: Move the capsule GUID declarations to board file

2022-11-22 Thread Simon Glass
On Thu, 10 Nov 2022 at 10:04, Sughosh Ganu wrote: > > The sandbox config file is to be removed. Move the GUID declarations > needed for capsule update functionality to the board file where they > are used. > > Signed-off-by: Sughosh Ganu > --- > board/sandbox/sandbox.c | 13 + > in

Re: [PATCH] sandbox: Move the capsule GUID declarations to board file

2022-11-10 Thread Simon Glass
On Thu, 10 Nov 2022 at 10:04, Sughosh Ganu wrote: > > The sandbox config file is to be removed. Move the GUID declarations > needed for capsule update functionality to the board file where they > are used. > > Signed-off-by: Sughosh Ganu > --- > board/sandbox/sandbox.c | 13 + > in

[PATCH] sandbox: Move the capsule GUID declarations to board file

2022-11-10 Thread Sughosh Ganu
The sandbox config file is to be removed. Move the GUID declarations needed for capsule update functionality to the board file where they are used. Signed-off-by: Sughosh Ganu --- board/sandbox/sandbox.c | 13 + include/configs/sandbox.h | 13 - 2 files changed, 13 inse