[PATCH 3/3] board: stmark2: fix clock value

Angelo Dureghello angelo at kernel-space.org
Tue Feb 7 21:51:58 CET 2023



Sorry, double sent.


On 07/02/23 21:48, Angelo Dureghello wrote:
> From: Angelo Dureghello <angelo at 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 at kernel-space.org>
> ---
>   board/sysam/stmark2/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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

-- 
Angelo Dureghello
+++ kernelspace +++
+E: angelo AT kernel-space.org
+W: www.kernel-space.org


More information about the U-Boot mailing list