Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/42748 )
Change subject: Kconfig: Fix warning ......................................................................
Kconfig: Fix warning
Add closing quotation mark to fix Kconfig warning.
Change-Id: I75e8d23b81266553d7c40de7f52c6c03107c43de Signed-off-by: Benjamin Doron benjamin.doron00@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/42748 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Patrick Georgi pgeorgi@google.com --- M src/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved
diff --git a/src/Kconfig b/src/Kconfig index f192776..eb85cd9 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -235,7 +235,7 @@ may result in a nonbooting coreboot.rom.
config USE_QC_BLOBS - bool "Allow QC blobs repository (selecting this agrees to the license!) + bool "Allow QC blobs repository (selecting this agrees to the license!)" depends on USE_BLOBS help This draws in the qc_blobs repository, which contains binary files