From: Angelo Dureghello Date: Mon, 6 Feb 2023 21:54:37 +0000 (+0100) Subject: board: stmark2: fix clock value X-Git-Tag: baikal/mips/sdk5.8.2~5^2~19^2~6 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=d3e47d6f9a8b4a261d02123074c8be49b9cee29a;p=uboot.git board: stmark2: fix clock value Fix totally blank console at boot, clock value must be decimal, as for the 30Mhz external crystal. Fixes: 37cef91cfcc7 ("stmark2: Migrate CONFIG_SYS_EXTRA_OPTIONS to Kconfig") Signed-off-by: Angelo Dureghello Reviewed-by: Tom Rini --- diff --git a/board/sysam/stmark2/Kconfig b/board/sysam/stmark2/Kconfig index b2595059c6..94f5049c94 100644 --- a/board/sysam/stmark2/Kconfig +++ b/board/sysam/stmark2/Kconfig @@ -11,7 +11,7 @@ config SERIAL_BOOT depends on CF_SBF config SYS_INPUT_CLKSRC - hex + int "External crystal clock" default 30000000 config SYS_CPU