sb/amd/pi/hudson/imc.c: Remove duplicated comment
Change-Id: Ie2de3948a78352bbb68c9215222b8489cacb91ce Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50421 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
This commit is contained in:
parent
788eb99448
commit
c3d88eee64
|
@ -17,8 +17,6 @@
|
||||||
void imc_reg_init(void)
|
void imc_reg_init(void)
|
||||||
{
|
{
|
||||||
u8 reg8;
|
u8 reg8;
|
||||||
/* Init Power Management Block 2 (PM2) Registers.
|
|
||||||
* Check BKDG for AMD Family 16h for details. */
|
|
||||||
/* Init Power Management Block 2 (PM2) Registers.
|
/* Init Power Management Block 2 (PM2) Registers.
|
||||||
* Check BKDG for AMD Family 16h for details. */
|
* Check BKDG for AMD Family 16h for details. */
|
||||||
pm2_write8(0, 0x06);
|
pm2_write8(0, 0x06);
|
||||||
|
|
Loading…
Reference in New Issue