mb/opencellular/elgon: Fix typo
Change-Id: I6724637c7333ae6be7ada3e8ebe878b2a1061dd1 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38371 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
71397fa690
commit
3c015a06b7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ void bootblock_mainboard_early_init(void)
|
|||
|
||||
static void configure_spi_flash(void)
|
||||
{
|
||||
/* The maximum SPI frequency for error free transmission is at 30 Mhz */
|
||||
/* The maximum SPI frequency for error-free transmission is at 30 MHz */
|
||||
spi_init_custom(0, // bus
|
||||
28000000, // speed Hz
|
||||
0, // idle low disabled
|
||||
|
|
Loading…
Reference in a new issue