diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2021-03-26 08:26:16 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-03-29 21:47:23 +0000 |
commit | a5e94fec5b8612bfd86384209f55e95b15a602b0 (patch) | |
tree | a30fafeb44d9cd77aca29dc4e9e3d0de575854e0 /src/mainboard/amd/majolica | |
parent | 2421de6701565269d1e10845e487a588abb8fc40 (diff) |
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>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51842
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/amd/majolica')
-rw-r--r-- | src/mainboard/amd/majolica/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/majolica/Makefile.inc b/src/mainboard/amd/majolica/Makefile.inc index 64f86bde34..7c146cf97e 100644 --- a/src/mainboard/amd/majolica/Makefile.inc +++ b/src/mainboard/amd/majolica/Makefile.inc @@ -18,6 +18,6 @@ endif # CONFIG_MAJOLICA_HAVE_MCHP_FW 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" |