]> git.ipfire.org Git - thirdparty/u-boot.git/commit
sandbox: Audit config.h and common.h usage
authorTom Rini <trini@konsulko.com>
Thu, 14 Dec 2023 18:16:46 +0000 (13:16 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 21 Dec 2023 13:54:37 +0000 (08:54 -0500)
commit460b2c068c07d665af48566cfe39582086fed921
tree1cb8c4a5d8cb10241ee076db1f40a0e41295d944
parent7776960f4d26043c75bbc349d28815c698668d41
sandbox: Audit config.h and common.h usage

Remove and replace common.h and config.h in sandbox when it's not needed
and add some explicit includes where needed.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
13 files changed:
arch/sandbox/cpu/cache.c
arch/sandbox/cpu/cpu.c
arch/sandbox/cpu/sdl.c
arch/sandbox/cpu/spl.c
arch/sandbox/cpu/start.c
arch/sandbox/cpu/state.c
arch/sandbox/include/asm/io.h
arch/sandbox/include/asm/state.h
arch/sandbox/lib/bootm.c
arch/sandbox/lib/fdt_fixup.c
arch/sandbox/lib/interrupts.c
arch/sandbox/lib/pci_io.c
board/sandbox/sandbox.c