mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
board: stmark2: fix clock value
Fix totally blank console at boot, clock value must be decimal,
as for the 30Mhz external crystal.
Fixes: 26e5944ec9 ("stmark2: Migrate CONFIG_SYS_EXTRA_OPTIONS to Kconfig")
Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user