From 27a1b3f1d2d27749bf58765daa8de3fb2f2960f5 Mon Sep 17 00:00:00 2001 From: Chiao Yang Date: Fri, 22 Dec 2023 13:08:43 +0800 Subject: [PATCH] intel/generic: correct typo Signed-off-by: Chiao Yang Signed-off-by: KuiRong <605470060@gms.tku.edu.tw> --- mainboards/intel/generic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainboards/intel/generic/Makefile b/mainboards/intel/generic/Makefile index 3e0f833..0c874b4 100644 --- a/mainboards/intel/generic/Makefile +++ b/mainboards/intel/generic/Makefile @@ -91,7 +91,7 @@ getfiano: go install github.com/linuxboot/fiano/cmds/utk getrom: @echo If you plan to flash to hardware, - @echo you will need to get a rom imagei + @echo you will need to get a rom image @echo and put it in rom.bin @echo you can get it via wget, flashrom, whatever. @echo If you are not targeting hardware, you can