{Documentation,soc/intel}: Fix typo
Change-Id: I708ab503ece37f44cc38511aad2383ab2cec3368 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37468 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
58f3fd636c
commit
0f82c12f71
|
@ -58,7 +58,7 @@ Supported compression algorithms:
|
||||||
The config entries contain a compatible string, that is used to find a
|
The config entries contain a compatible string, that is used to find a
|
||||||
matching config.
|
matching config.
|
||||||
|
|
||||||
The following mainboard specific funtions provide the BOARDID and SKUID:
|
The following mainboard specific functions provide the BOARDID and SKUID:
|
||||||
|
|
||||||
```c
|
```c
|
||||||
uint32_t board_id(void);
|
uint32_t board_id(void);
|
||||||
|
|
|
@ -267,7 +267,7 @@ static void pcie_update_device_tree(unsigned int devfn0, int num_funcs)
|
||||||
devfn = devfn0 + inc;
|
devfn = devfn0 + inc;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Increase funtion by 1.
|
* Increase function by 1.
|
||||||
* Then find first enabled device to replace func0
|
* Then find first enabled device to replace func0
|
||||||
* as that port was move to func0.
|
* as that port was move to func0.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue