HAOUAS Elyes has uploaded this change for review. ( 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 --- M src/mainboard/opencellular/elgon/bootblock.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/38371/1
diff --git a/src/mainboard/opencellular/elgon/bootblock.c b/src/mainboard/opencellular/elgon/bootblock.c index c7f2639..5bba5fd 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
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38371 )
Change subject: mb/opencellular/elgon: Fix typo ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
https://review.coreboot.org/c/coreboot/+/38371/1/src/mainboard/opencellular/... File src/mainboard/opencellular/elgon/bootblock.c:
https://review.coreboot.org/c/coreboot/+/38371/1/src/mainboard/opencellular/... PS1, Line 42: error free error-free
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38371 )
Change subject: mb/opencellular/elgon: Fix typo ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38371/1/src/mainboard/opencellular/... File src/mainboard/opencellular/elgon/bootblock.c:
https://review.coreboot.org/c/coreboot/+/38371/1/src/mainboard/opencellular/... PS1, Line 42: error free
error-free
Thx
Hello Angel Pons, Patrick Rudolph, Philipp Deppenwiese, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38371
to look at the new patch set (#2).
Change subject: mb/opencellular/elgon: Fix typo ......................................................................
mb/opencellular/elgon: Fix typo
Change-Id: I6724637c7333ae6be7ada3e8ebe878b2a1061dd1 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/opencellular/elgon/bootblock.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/38371/2
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38371 )
Change subject: mb/opencellular/elgon: Fix typo ......................................................................
Patch Set 2: Code-Review+1
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38371 )
Change subject: mb/opencellular/elgon: Fix typo ......................................................................
Patch Set 2: Code-Review+2
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