mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
omap3: spi: the symbol for Hertz is Hz
fix typo Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
dd2081a8e4
commit
042de609ed
1 changed files with 2 additions and 1 deletions
|
|
@ -548,7 +548,8 @@ struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs,
|
|||
}
|
||||
|
||||
if (max_hz > OMAP3_MCSPI_MAX_FREQ) {
|
||||
printf("SPI error: unsupported frequency %i Hz. Max frequency is 48 Mhz\n", max_hz);
|
||||
printf("SPI error: unsupported frequency %i Hz. Max frequency is 48 MHz\n",
|
||||
max_hz);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue