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:
Mark Kettenis 2022-01-22 20:38:13 +01:00 committed by Tom Rini
parent 456305ec59
commit a4bd5e4120
2 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@ config SYS_CONFIG_NAME
default "apple"
config SYS_SOC
default "m1"
default "apple"
config SYS_MALLOC_LEN
default 0x4000000