arm: apple: Disable debug UART
authorMark Kettenis <kettenis@openbsd.org>
Mon, 14 Feb 2022 21:09:25 +0000 (22:09 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 21 Feb 2022 13:35:40 +0000 (08:35 -0500)
commit5a0973f013095b87959eb68ec223bc10fc6b38ce
treedadde14419a23fae9760380eb0e175d40bfb1bb9
parenta89fea7fd101212cbd0583ba7fa152009afb7a52
arm: apple: Disable debug UART

The address of the debug UART varies differs between the M1 and
the M1 Pro/Max SoCs.  So we have to disable it to make a single
U-Boot binary that works on all SoC generations.  Leave the
settings for the base address and clock rate of the M1 in place
to make it easier to re-enable the debug UART when needed.

Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
configs/apple_m1_defconfig