drivers/intel/fsp2_0: Fix uncountable "information"
Change-Id: I91e13a786b12328f1d9200f76788faa19847bbe7 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26593 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
ede8f2673b
commit
8bffebee3d
|
@ -247,7 +247,7 @@ static void display_fsp_version_info_hob(const void *hob, size_t size)
|
|||
continue;
|
||||
}
|
||||
/*
|
||||
* Firmware Version String is consist of 2 informations
|
||||
* Firmware Version String consist of 2 pieces of information
|
||||
* 1. Component Name: string type data holds FW type name.
|
||||
* 2. Version Information : Either a string type data or
|
||||
* numeric field holds FW version information.
|
||||
|
|
Loading…
Reference in New Issue