mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-23 23:01:28 +02:00
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_ARCH_APPLE=y
|
||||||
CONFIG_DEFAULT_DEVICE_TREE="t8103-j274"
|
CONFIG_DEFAULT_DEVICE_TREE="t8103-j274"
|
||||||
CONFIG_DEBUG_UART_BASE=0x235200000
|
CONFIG_DEBUG_UART_BASE=0x235200000
|
||||||
CONFIG_DEBUG_UART_CLOCK=240000
|
CONFIG_DEBUG_UART_CLOCK=24000000
|
||||||
CONFIG_DEBUG_UART=y
|
CONFIG_DEBUG_UART=y
|
||||||
CONFIG_SYS_LOAD_ADDR=0x880000000
|
CONFIG_SYS_LOAD_ADDR=0x880000000
|
||||||
CONFIG_USE_PREBOOT=y
|
CONFIG_USE_PREBOOT=y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user