diff options
author | Angel Pons <th3fanbus@gmail.com> | 2022-07-26 11:31:39 +0200 |
---|---|---|
committer | Paul Fagerburg <pfagerburg@chromium.org> | 2022-07-27 13:37:03 +0000 |
commit | 7127013f7c93481c6823de84bd41f00188e64bab (patch) | |
tree | 6b192adf82656909f7aa202921998fb53fe52b80 /payloads | |
parent | 3b9d6a41b30241e9709e27b267ae1d5f154e4287 (diff) |
payloads/ext/tianocore/Makefile: Fix word in comment
revalant ---> relevant
Change-Id: Id31a57644947bf8c0f461dbfc9ca8b1984e9acb8
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66151
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'payloads')
-rw-r--r-- | payloads/external/tianocore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/tianocore/Makefile b/payloads/external/tianocore/Makefile index ad7887b68c..595843f3ec 100644 --- a/payloads/external/tianocore/Makefile +++ b/payloads/external/tianocore/Makefile @@ -81,7 +81,7 @@ ifneq ($(CONFIG_TIANOCORE_SD_MMC_TIMEOUT),) BUILD_STR += -D SD_MMC_TIMEOUT=$(call int-multiply, $(CONFIG_TIANOCORE_SD_MMC_TIMEOUT) 1000) endif # -# EDKII has the below PCDs that are revalant to coreboot: +# EDKII has the below PCDs that are relevant to coreboot: # # Allows EDKII to use the full framebuffer BUILD_STR += --pcd gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow=0 |