diff options
| author | Christian Marangi <[email protected]> | 2025-03-14 19:59:21 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-01 08:44:51 -0600 |
| commit | 793e327e2ca947a293c0eb5beb5eef27744385f0 (patch) | |
| tree | f87c595830212bbb318e39860dd1bd95b9bd0146 /arch/arm/Makefile | |
| parent | fb553201b67aededdc794f3a0880e386771cbd58 (diff) | |
airoha: Add initial support for Airoha AN7581 SoC
Add initial support for Airoha AN7581 SoC. This adds the initial Kconfig
and Makefile entry for the SoC, an U-Boot specific DTSI and initial config
for it. Also add the initial code for CPU and RAM initialization.
Signed-off-by: Christian Marangi <[email protected]>
Diffstat (limited to 'arch/arm/Makefile')
| -rw-r--r-- | arch/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 7334e79965f..5ecadb2ef1b 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile @@ -51,6 +51,7 @@ PLATFORM_CPPFLAGS += $(arch-y) $(tune-y) # Machine directory name. This list is sorted alphanumerically # by CONFIG_* macro name. +machine-$(CONFIG_ARCH_AIROHA) += airoha machine-$(CONFIG_ARCH_APPLE) += apple machine-$(CONFIG_ARCH_ASPEED) += aspeed machine-$(CONFIG_ARCH_AT91) += at91 |
