Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/38371 )
Change subject: mb/opencellular/elgon: Fix typo ......................................................................
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 --- M src/mainboard/opencellular/elgon/bootblock.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve
diff --git a/src/mainboard/opencellular/elgon/bootblock.c b/src/mainboard/opencellular/elgon/bootblock.c index c7f2639..baf6391 100644 --- a/src/mainboard/opencellular/elgon/bootblock.c +++ b/src/mainboard/opencellular/elgon/bootblock.c @@ -39,7 +39,7 @@
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