summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2022-02-06 15:21:14 +0300
committerTom Rini <trini@konsulko.com>2022-02-11 00:44:23 +0300
commita1ad6a94a1bf92ea64297e698ad76a32ae02d6cc (patch)
treea8ceed811a40c80063f10ff6118a37bc3159851e /configs
parent1ca890d789b45ddcda73454fe2b54f5fdb10ee3b (diff)
downloadu-boot-a1ad6a94a1bf92ea64297e698ad76a32ae02d6cc.tar.xz
apple: Fix debug uart clock rate
The clock rate for the serial console on Apple M1 systems is 24 MHz instead of 240 kHz. Signed-off-by: Mark Kettenis <kettenis@openbsd.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/apple_m1_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/apple_m1_defconfig b/configs/apple_m1_defconfig
index 433cc62334..8583e4ad8c 100644
--- a/configs/apple_m1_defconfig
+++ b/configs/apple_m1_defconfig
@@ -2,7 +2,7 @@ CONFIG_ARM=y
CONFIG_ARCH_APPLE=y
CONFIG_DEFAULT_DEVICE_TREE="t8103-j274"
CONFIG_DEBUG_UART_BASE=0x235200000
-CONFIG_DEBUG_UART_CLOCK=240000
+CONFIG_DEBUG_UART_CLOCK=24000000
CONFIG_DEBUG_UART=y
CONFIG_SYS_LOAD_ADDR=0x880000000
CONFIG_USE_PREBOOT=y