]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: stih410-b2260: Fix SYS_HZ_CLOCK value
authorPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 25 Aug 2022 07:14:57 +0000 (09:14 +0200)
committerPatrick Delaunay <patrick.delaunay@foss.st.com>
Tue, 6 Sep 2022 12:09:45 +0000 (14:09 +0200)
SYS_HZ_CLOCK was wrongly set to 1GHz whereas it's set to 750MHz
by default by bootrom.

Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Grzegorz Szymaszek <gszymaszek@short.pl>
include/configs/stih410-b2260.h

index b1a011bacb22abf4d38f5ca3fd88a009a427a3d1..1e966a23227c92bf6988daf62ab47c2ddc329b43 100644 (file)
@@ -14,7 +14,7 @@
 #define CONFIG_SYS_SDRAM_BASE          PHYS_SDRAM_1
 #define PHYS_SDRAM_1_SIZE              0x3E000000
 
-#define CONFIG_SYS_HZ_CLOCK            1000000000      /* 1 GHz */
+#define CONFIG_SYS_HZ_CLOCK            750000000       /* 750 MHz */
 
 /* Environment */