]> git.baikalelectronics.ru Git - uboot.git/commitdiff
board: stmark2: fix clock value
authorAngelo Dureghello <angelo@kernel-space.org>
Mon, 6 Feb 2023 21:54:37 +0000 (22:54 +0100)
committerAngelo Dureghello <angelo@kernel-space.org>
Wed, 15 Mar 2023 00:38:19 +0000 (01:38 +0100)
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 <angelo@kernel-space.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
board/sysam/stmark2/Kconfig

index b2595059c682e65892131cd11b082d184e45ba95..94f5049c94db1c413f030b086c20b5eefe9e052b 100644 (file)
@@ -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