summaryrefslogtreecommitdiff
path: root/configs/apple_m1_defconfig
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2022-02-15 00:09:25 +0300
committerTom Rini <trini@konsulko.com>2022-02-21 16:35:40 +0300
commit5a0973f013095b87959eb68ec223bc10fc6b38ce (patch)
treedadde14419a23fae9760380eb0e175d40bfb1bb9 /configs/apple_m1_defconfig
parenta89fea7fd101212cbd0583ba7fa152009afb7a52 (diff)
downloadu-boot-5a0973f013095b87959eb68ec223bc10fc6b38ce.tar.xz
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>
Diffstat (limited to 'configs/apple_m1_defconfig')
-rw-r--r--configs/apple_m1_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/apple_m1_defconfig b/configs/apple_m1_defconfig
index 760bd81c62..9254e24699 100644
--- a/configs/apple_m1_defconfig
+++ b/configs/apple_m1_defconfig
@@ -3,7 +3,6 @@ CONFIG_ARCH_APPLE=y
CONFIG_DEFAULT_DEVICE_TREE="t8103-j274"
CONFIG_DEBUG_UART_BASE=0x235200000
CONFIG_DEBUG_UART_CLOCK=24000000
-CONFIG_DEBUG_UART=y
CONFIG_SYS_LOAD_ADDR=0x880000000
CONFIG_USE_PREBOOT=y
# CONFIG_DISPLAY_CPUINFO is not set