mirror of
https://xff.cz/git/u-boot/
synced 2026-01-18 19:40:07 +01:00
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>
This commit is contained in:
@@ -7,7 +7,7 @@ config SYS_CONFIG_NAME
|
||||
default "apple"
|
||||
|
||||
config SYS_SOC
|
||||
default "m1"
|
||||
default "apple"
|
||||
|
||||
config SYS_MALLOC_LEN
|
||||
default 0x4000000
|
||||
|
||||
Reference in New Issue
Block a user