Change in coreboot[master]: sb/amd/pi/hudson: Remove #if 1
Jonathan Neuschäfer has uploaded this change for review. ( https://review.coreboot.org/28830 Change subject: sb/amd/pi/hudson: Remove #if 1 ...................................................................... sb/amd/pi/hudson: Remove #if 1 Change-Id: I4cf69dc3df2afaa8f33864374ea93548ab7ad810 Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> --- M src/southbridge/amd/pi/hudson/chip.h 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/28830/1 diff --git a/src/southbridge/amd/pi/hudson/chip.h b/src/southbridge/amd/pi/hudson/chip.h index aefd310..511b586 100644 --- a/src/southbridge/amd/pi/hudson/chip.h +++ b/src/southbridge/amd/pi/hudson/chip.h @@ -18,14 +18,12 @@ struct southbridge_amd_pi_hudson_config { - #if 1 u32 ide0_enable : 1; u32 sata0_enable : 1; u32 boot_switch_sata_ide : 1; u32 hda_viddid; u8 gpp_configuration; u8 sd_mode; - #endif }; #endif /* HUDSON_CHIP_H */ -- To view, visit https://review.coreboot.org/28830 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I4cf69dc3df2afaa8f33864374ea93548ab7ad810 Gerrit-Change-Number: 28830 Gerrit-PatchSet: 1 Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
participants (1)
-
Jonathan Neuschäfer (Code Review)