summaryrefslogtreecommitdiff
path: root/arch/arm/mach-apple
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2022-01-22 20:38:13 +0100
committerTom Rini <trini@konsulko.com>2022-02-10 16:44:23 -0500
commita4bd5e4120d6389476c078076ce2746e3058037a (patch)
tree8ff9d8f048c5f69f91f5734f66aa25226b373895 /arch/arm/mach-apple
parent456305ec597908536e8e0de32dade43f9db00e8c (diff)
arm: apple: Change SoC name from "m1" into "apple"
U-Boot is expected to support multiple generations of Apple SoCs in a single binary with a single defconfig. Therefore it makes more sense to set SYS_SOC to "apple". Signed-off-by: Mark Kettenis <kettenis@openbsd.org> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-apple')
-rw-r--r--arch/arm/mach-apple/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-apple/Kconfig b/arch/arm/mach-apple/Kconfig
index 80e8eb2307..75ee21e0f4 100644
--- a/arch/arm/mach-apple/Kconfig
+++ b/arch/arm/mach-apple/Kconfig
@@ -7,7 +7,7 @@ config SYS_CONFIG_NAME
default "apple"
config SYS_SOC
- default "m1"
+ default "apple"
config SYS_MALLOC_LEN
default 0x4000000