soc/software/liblitespi/spiflash: replace SPIFLASH_PHY_FREQUENCY by CONFIG_CLOCK_FREQUENCY (removed by commit e498a56698)

This commit is contained in:
Gwenhael Goavec-Merou 2024-02-19 06:34:26 +01:00
parent 677443cef7
commit 03340bcf12
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ int spiflash_freq_init(void)
#else
printf("SPI Flash clk configured to %ld MHz\n", SPIFLASH_PHY_FREQUENCY/1000000);
printf("SPI Flash clk configured to %ld MHz\n", CONFIG_CLOCK_FREQUENCY/1000000);
#endif