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
|
@ -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 New Issue