summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/RFC/intel-gpio-cleanup.md2
-rw-r--r--Documentation/payloads.md2
-rw-r--r--Documentation/releases/coreboot-4.18-relnotes.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/RFC/intel-gpio-cleanup.md b/Documentation/RFC/intel-gpio-cleanup.md
index 130132b56f3c..b509fddcd09d 100644
--- a/Documentation/RFC/intel-gpio-cleanup.md
+++ b/Documentation/RFC/intel-gpio-cleanup.md
@@ -51,7 +51,7 @@ index 28e78fb366..0cce41b316 100644
@@ -303,10 +303,10 @@ static void gpio_configure_pad(const struct pad_config *cfg)
/* Patch GPIO settings for SoC specifically */
soc_pad_conf = soc_gpio_pad_config_fixup(cfg, i, soc_pad_conf);
-
+
- if (CONFIG(DEBUG_GPIO))
+ if (soc_pad_conf != pad_conf)
printk(BIOS_DEBUG,
diff --git a/Documentation/payloads.md b/Documentation/payloads.md
index 868b3379f39a..76ff2cd7e72d 100644
--- a/Documentation/payloads.md
+++ b/Documentation/payloads.md
@@ -27,7 +27,7 @@ When chainloaded from GRUB2, the following menuentry could be used:
[edk2](https://github.com/tianocore/tianocore.github.io/wiki/Getting-Started-with-EDK-II) is an open-source modern, feature-rich,
cross-platform firmware development environment for the UEFI and UEFI
-Platform Initialization (PI) specifications.
+Platform Initialization (PI) specifications.
## GRUB2
diff --git a/Documentation/releases/coreboot-4.18-relnotes.md b/Documentation/releases/coreboot-4.18-relnotes.md
index 4a71331646cc..1a4b9c27334e 100644
--- a/Documentation/releases/coreboot-4.18-relnotes.md
+++ b/Documentation/releases/coreboot-4.18-relnotes.md
@@ -31,7 +31,7 @@ seems to work on all hardware. It has been tested on:
CorebootPayloadPkg can still be found [here](https://github.com/MrChromebox/edk2/tree/coreboot_fb).
-The recommended option to use is `EDK2_UEFIPAYLOAD_MRCHROMEBOX` as
+The recommended option to use is `EDK2_UEFIPAYLOAD_MRCHROMEBOX` as
`EDK2_UEFIPAYLOAD_OFFICIAL` will no longer work on any SOC.
Plans for Code Deprecation