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>
This commit is contained in:
parent
1ca890d789
commit
a1ad6a94a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user