]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: remove common.h from exception command implementations
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 12 Feb 2024 16:53:29 +0000 (17:53 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 2 Mar 2024 17:26:19 +0000 (12:26 -0500)
commit9a49f393e4d3f4e83a75bf51e8fd49a3fb615d7b
tree7e11ab58c873d8f26a879236425a95a008127eea
parent8987c06f46dfd192f765c738b15119850054f18b
cmd: remove common.h from exception command implementations

The common.h should not be used anymore.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
cmd/arm/exception.c
cmd/riscv/exception.c
cmd/sandbox/exception.c
cmd/x86/exception.c