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:
parent
8fde9d13b9
commit
461cca7997
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ config SERIAL_BOOT
|
||||||
depends on CF_SBF
|
depends on CF_SBF
|
||||||
|
|
||||||
config SYS_INPUT_CLKSRC
|
config SYS_INPUT_CLKSRC
|
||||||
hex
|
int "External crystal clock"
|
||||||
default 30000000
|
default 30000000
|
||||||
|
|
||||||
config SYS_CPU
|
config SYS_CPU
|
||||||
|
|
Loading…
Reference in a new issue