mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-26 20:37:16 +00:00
configs: stih410-b2260: Fix SYS_HZ_CLOCK value
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>
This commit is contained in:
parent
78e7cda76a
commit
29e03c98cf
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue