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 +
>  include/configs/sandbox.h | 13 -
>  2 files changed, 13 insertions(+), 13 deletions(-)

Reviewed-by: Simon Glass 

Applied to u-boot-dm, thanks!


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 +
>  include/configs/sandbox.h | 13 -
>  2 files changed, 13 insertions(+), 13 deletions(-)

Reviewed-by: Simon Glass