diff mbox series

board: stmark2: fix clock value

Message ID 20230207205000.269435-1-angelo.dureghello@timesys.com
State Accepted
Commit 461cca79972dd9737432860cfe63ce8b3a2d0535
Delegated to: Tom Rini
Headers show
Series board: stmark2: fix clock value | expand

Commit Message

Angelo Dureghello Feb. 7, 2023, 8:50 p.m. UTC
From: Angelo Dureghello <angelo@kernel-space.org>

Fix totally blank console at boot, clock value must be decimal,
as for the 30Mhz external crystal.

Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>
---
 board/sysam/stmark2/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Feb. 7, 2023, 8:55 p.m. UTC | #1
On Tue, Feb 07, 2023 at 09:50:00PM +0100, Angelo Dureghello wrote:

> From: Angelo Dureghello <angelo@kernel-space.org>
> 
> Fix totally blank console at boot, clock value must be decimal,
> as for the 30Mhz external crystal.
> 
> Signed-off-by: Angelo Dureghello <angelo@kernel-space.org>

Fixes: 26e5944ec90c ("stmark2: Migrate CONFIG_SYS_EXTRA_OPTIONS to Kconfig")
Reviewed-by: Tom Rini <trini@konsulko.com>
diff mbox series

Patch

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