summaryrefslogtreecommitdiff
path: root/arch/arm/mach-davinci/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-12-14 13:16:45 -0500
committerTom Rini <trini@konsulko.com>2023-12-21 08:54:37 -0500
commit7776960f4d26043c75bbc349d28815c698668d41 (patch)
tree28d131b6f3e2c2234ba5381e79a713453865f5b7 /arch/arm/mach-davinci/include
parent28388f4ddbfa9a874e3c2d59217a14e51ce8e5e0 (diff)
downloadu-boot-7776960f4d26043c75bbc349d28815c698668d41.tar.gz
u-boot-7776960f4d26043c75bbc349d28815c698668d41.tar.bz2
u-boot-7776960f4d26043c75bbc349d28815c698668d41.zip
arm: Partial cleanup and audit usage of <config.h>
We need to include <config.h> directly when a file needs to have something such as CFG_SYS_SDRAM_SIZE referenced as this file is not automatically globally included and is most commonly indirectly included via common.h. Remove most cases of arm including config.h directly, but add it where needed. This includes a few board-specific fixes. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-davinci/include')
-rw-r--r--arch/arm/mach-davinci/include/mach/pinmux_defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/include/mach/pinmux_defs.h b/arch/arm/mach-davinci/include/mach/pinmux_defs.h
index 4901ba49c9..1209353108 100644
--- a/arch/arm/mach-davinci/include/mach/pinmux_defs.h
+++ b/arch/arm/mach-davinci/include/mach/pinmux_defs.h
@@ -9,7 +9,6 @@
#define __ASM_ARCH_PINMUX_DEFS_H
#include <asm/arch/davinci_misc.h>
-#include <config.h>
/* SPI0 pin muxer settings */
extern const struct pinmux_config spi0_pins_base[3];