[v2 04/16] sandbox: Audit config.h and common.h usage
Simon Glass
sjg at chromium.org
Sat Dec 16 19:45:50 CET 2023
On Thu, 14 Dec 2023 at 11:17, Tom Rini <trini at konsulko.com> wrote:
>
> Remove and replace common.h and config.h in sandbox when it's not needed
> and add some explicit includes where needed.
>
> Signed-off-by: Tom Rini <trini at konsulko.com>
> ---
> Changes in v2:
> - Drop <autoboot.h> from arch/sandbox/cpu/state.c as it's also not
> needed and leads to unrelated build failures with CMDLINE=n
> ---
> arch/sandbox/cpu/cache.c | 1 -
> arch/sandbox/cpu/cpu.c | 1 -
> arch/sandbox/cpu/sdl.c | 2 +-
> arch/sandbox/cpu/spl.c | 1 -
> arch/sandbox/cpu/start.c | 2 +-
> arch/sandbox/cpu/state.c | 3 +--
> arch/sandbox/include/asm/io.h | 2 ++
> arch/sandbox/include/asm/state.h | 1 -
> arch/sandbox/lib/bootm.c | 1 -
> arch/sandbox/lib/fdt_fixup.c | 1 -
> arch/sandbox/lib/interrupts.c | 1 -
> arch/sandbox/lib/pci_io.c | 1 -
> board/sandbox/sandbox.c | 2 +-
> 13 files changed, 6 insertions(+), 13 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list