
22 Jan
2022
22 Jan
'22
11:47 p.m.
On Sat, 22 Jan 2022 at 12:38, Mark Kettenis kettenis@openbsd.org wrote:
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
arch/arm/include/asm/{arch-m1 => arch-apple}/uart.h | 0 arch/arm/mach-apple/Kconfig | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/arm/include/asm/{arch-m1 => arch-apple}/uart.h (100%)
Reviewed-by: Simon Glass sjg@chromium.org