commit | 4ed669761a1abd1279223f1a3a428cda1a2ea205 | [log] [tgz] |
---|---|---|
author | Mark Kettenis <kettenis@openbsd.org> | Mon Feb 14 22:09:25 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 21 08:35:40 2022 -0500 |
tree | dadde14419a23fae9760380eb0e175d40bfb1bb9 | |
parent | 73c82c8cba50a2d666e2dd50e8377f4b2631b95b [diff] |
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>