soc/intel/broadwell/bootblock.c: Remove repeated word
Change-Id: I3aec07d782e4315120a4365a65bdbcbf4a22e6f2 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49521 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
This commit is contained in:
parent
26e880e8a3
commit
3ef8e21f33
|
@ -12,7 +12,7 @@ void bootblock_early_northbridge_init(void)
|
||||||
/*
|
/*
|
||||||
* The "io" variant of the config access is explicitly used to
|
* The "io" variant of the config access is explicitly used to
|
||||||
* setup the PCIEXBAR because CONFIG(MMCONF_SUPPORT) is set to
|
* setup the PCIEXBAR because CONFIG(MMCONF_SUPPORT) is set to
|
||||||
* to true. That way all subsequent non-explicit config accesses use
|
* true. That way all subsequent non-explicit config accesses use
|
||||||
* MCFG. This code also assumes that bootblock_northbridge_init() is
|
* MCFG. This code also assumes that bootblock_northbridge_init() is
|
||||||
* the first thing called in the non-asm boot block code. The final
|
* the first thing called in the non-asm boot block code. The final
|
||||||
* assumption is that no assembly code is using the
|
* assumption is that no assembly code is using the
|
||||||
|
|
Loading…
Reference in New Issue