arm: apple: Change SoC name from "m1" into "apple"
authorMark Kettenis <kettenis@openbsd.org>
Sat, 22 Jan 2022 19:38:13 +0000 (20:38 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 10 Feb 2022 21:44:23 +0000 (16:44 -0500)
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>
arch/arm/include/asm/arch-apple/uart.h [moved from arch/arm/include/asm/arch-m1/uart.h with 100% similarity]
arch/arm/mach-apple/Kconfig

index 80e8eb2..75ee21e 100644 (file)
@@ -7,7 +7,7 @@ config SYS_CONFIG_NAME
        default "apple"
 
 config SYS_SOC
-       default "m1"
+       default "apple"
 
 config SYS_MALLOC_LEN
        default 0x4000000