mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00: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:
parent
456305ec59
commit
a4bd5e4120
2 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ config SYS_CONFIG_NAME
|
|||
default "apple"
|
||||
|
||||
config SYS_SOC
|
||||
default "m1"
|
||||
default "apple"
|
||||
|
||||
config SYS_MALLOC_LEN
|
||||
default 0x4000000
|
||||
|
|
Loading…
Reference in a new issue