mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
soc/software/liblitespi/spiflash: replace SPIFLASH_PHY_FREQUENCY by CONFIG_CLOCK_FREQUENCY (removed by commit e498a56698
)
This commit is contained in:
parent
677443cef7
commit
03340bcf12
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue