diff options
| author | Tom Rini <[email protected]> | 2023-12-14 13:16:45 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-12-21 08:54:37 -0500 |
| commit | 7776960f4d26043c75bbc349d28815c698668d41 (patch) | |
| tree | 28d131b6f3e2c2234ba5381e79a713453865f5b7 /arch/arm/include/asm/string.h | |
| parent | 28388f4ddbfa9a874e3c2d59217a14e51ce8e5e0 (diff) | |
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 <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch/arm/include/asm/string.h')
| -rw-r--r-- | arch/arm/include/asm/string.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/include/asm/string.h b/arch/arm/include/asm/string.h index ead3f2c3564..c9ecdde0d3d 100644 --- a/arch/arm/include/asm/string.h +++ b/arch/arm/include/asm/string.h @@ -1,8 +1,6 @@ #ifndef __ASM_ARM_STRING_H #define __ASM_ARM_STRING_H -#include <config.h> - /* * We don't do inline string functions, since the * optimised inline asm versions are not small. |
