Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/50421 )
Change subject: sb/amd/pi/hudson/imc.c: Remove duplicated comment ......................................................................
sb/amd/pi/hudson/imc.c: Remove duplicated comment
Change-Id: Ie2de3948a78352bbb68c9215222b8489cacb91ce Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/southbridge/amd/pi/hudson/imc.c 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/50421/1
diff --git a/src/southbridge/amd/pi/hudson/imc.c b/src/southbridge/amd/pi/hudson/imc.c index fd9a372..81b0e26 100644 --- a/src/southbridge/amd/pi/hudson/imc.c +++ b/src/southbridge/amd/pi/hudson/imc.c @@ -19,8 +19,6 @@ u8 reg8; /* Init Power Management Block 2 (PM2) Registers. * Check BKDG for AMD Family 16h for details. */ - /* Init Power Management Block 2 (PM2) Registers. - * Check BKDG for AMD Family 16h for details. */ pm2_write8(0, 0x06); pm2_write8(1, 0x06); pm2_write8(2, 0xf7);