Re: [PATCH] cmd: remove common.h from exception command implementations

2024-03-04 Thread Tom Rini
On Mon, Feb 12, 2024 at 05:53:29PM +0100, Heinrich Schuchardt wrote: > The common.h should not be used anymore. > > Signed-off-by: Heinrich Schuchardt > Reviewed-by: Tom Rini Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] cmd: remove common.h from exception command implementations

2024-02-12 Thread Tom Rini
On Mon, Feb 12, 2024 at 05:53:29PM +0100, Heinrich Schuchardt wrote: > The common.h should not be used anymore. > > Signed-off-by: Heinrich Schuchardt Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature

[PATCH] cmd: remove common.h from exception command implementations

2024-02-12 Thread Heinrich Schuchardt
The common.h should not be used anymore. Signed-off-by: Heinrich Schuchardt --- cmd/arm/exception.c | 1 - cmd/riscv/exception.c | 1 - cmd/sandbox/exception.c | 1 - cmd/x86/exception.c | 1 - 4 files changed, 4 deletions(-) diff --git a/cmd/arm/exception.c b/cmd/arm/exception.c