Paul Menzel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/51842 )
Change subject: mb/amd: majolica,mandolin: Remove needless article from warning ......................................................................
mb/amd: majolica,mandolin: Remove needless article from warning
At the end of the built, the line below is printed.
coreboot has been built without an the Microchip EC FW.
Remove *an*, as one article is enough.
Change-Id: I28b24f0f2dade17e30e16cc6d935976e331a7a97 Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M src/mainboard/amd/majolica/Makefile.inc M src/mainboard/amd/mandolin/Makefile.inc 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/51842/1
diff --git a/src/mainboard/amd/majolica/Makefile.inc b/src/mainboard/amd/majolica/Makefile.inc index 64f86bd..7c146cf 100644 --- a/src/mainboard/amd/majolica/Makefile.inc +++ b/src/mainboard/amd/majolica/Makefile.inc @@ -18,6 +18,6 @@ PHONY+=warn_no_mchp warn_no_mchp: printf "\n\t** WARNING **\n" - printf "coreboot has been built without an the Microchip EC FW.\n" + printf "coreboot has been built without the Microchip EC FW.\n" printf "Do not flash this image. Your Majolica's power button\n" printf "will not respond when you press it.\n\n" diff --git a/src/mainboard/amd/mandolin/Makefile.inc b/src/mainboard/amd/mandolin/Makefile.inc index bff7e63..d9effce 100644 --- a/src/mainboard/amd/mandolin/Makefile.inc +++ b/src/mainboard/amd/mandolin/Makefile.inc @@ -28,7 +28,7 @@ PHONY+=warn_no_mchp warn_no_mchp: printf "\n\t** WARNING **\n" - printf "coreboot has been built without an the Microchip EC.\n" + printf "coreboot has been built without the Microchip EC.\n" printf "Do not flash this image. Your Mandolin's power button\n" printf "will not respond when you press it.\n\n"