diff options
| author | Philip Molloy <[email protected]> | 2026-03-24 10:09:44 +0000 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-07 11:32:59 -0600 |
| commit | c98bf0533be6479f6b7d973b2419e9c4b7181456 (patch) | |
| tree | 91704ecfdd1ccfba9ed7b947ef758406ac22645c /MAINTAINERS | |
| parent | 8c212d6e2e778b4f294d1d9f85eac9680a66d463 (diff) | |
arm: mach-sc5xx: Align header paths with SYS_SOC convention
Define CONFIG_SYS_SOC in the mach-sc5xx Kconfig. Follow the standard
U-Boot include path convention by moving the SC5xx SoC headers from
arch/arm/include/asm/arch-adi/sc5xx/ to the conventional
arch/arm/include/asm/arch-sc5xx/ location. Update includes from
<asm/arch-adi/sc5xx/*.h> to <asm/arch/*.h> across mach-sc5xx and board
files.
Signed-off-by: Philip Molloy <[email protected]>
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6c596971ae4..78d84e701c6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -640,7 +640,7 @@ L: [email protected] S: Supported T: git https://github.com/analogdevicesinc/u-boot F: arch/arm/dts/sc5* -F: arch/arm/include/asm/arch-adi/ +F: arch/arm/include/asm/arch-sc5xx/ F: arch/arm/mach-sc5xx/ F: board/adi/ F: configs/sc5* |
