summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo Dureghello <angelo@kernel-space.org>2023-02-06 22:54:37 +0100
committerAngelo Dureghello <angelo@kernel-space.org>2023-03-15 01:38:19 +0100
commit461cca79972dd9737432860cfe63ce8b3a2d0535 (patch)
treeba78c471b9ef84667f5e617d4a78941c697198c6
parent8fde9d13b9d79a0d6d4250f61415390fe06bd0f8 (diff)
downloadu-boot-461cca79972dd9737432860cfe63ce8b3a2d0535.tar.gz
board: stmark2: fix clock value
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>
-rw-r--r--board/sysam/stmark2/Kconfig2
1 files changed, 1 insertions, 1 deletions
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