git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fde9d1
)
board: stmark2: fix clock value
author
Angelo Dureghello
<angelo@kernel-space.org>
Mon, 6 Feb 2023 21:54:37 +0000
(22:54 +0100)
committer
Angelo 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:
26e5944ec90c
("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
patch
|
blob
|
history
diff --git
a/board/sysam/stmark2/Kconfig
b/board/sysam/stmark2/Kconfig
index
b259505
..
94f5049
100644
(file)
--- 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