sb/amd/pi/hudson: Remove #if 1
Change-Id: I4cf69dc3df2afaa8f33864374ea93548ab7ad810 Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/28830 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
committed by
Patrick Georgi
parent
2fd4907a4d
commit
0d61f3fcde
@@ -18,14 +18,12 @@
|
|||||||
|
|
||||||
struct southbridge_amd_pi_hudson_config
|
struct southbridge_amd_pi_hudson_config
|
||||||
{
|
{
|
||||||
#if 1
|
|
||||||
u32 ide0_enable : 1;
|
u32 ide0_enable : 1;
|
||||||
u32 sata0_enable : 1;
|
u32 sata0_enable : 1;
|
||||||
u32 boot_switch_sata_ide : 1;
|
u32 boot_switch_sata_ide : 1;
|
||||||
u32 hda_viddid;
|
u32 hda_viddid;
|
||||||
u8 gpp_configuration;
|
u8 gpp_configuration;
|
||||||
u8 sd_mode;
|
u8 sd_mode;
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* HUDSON_CHIP_H */
|
#endif /* HUDSON_CHIP_H */
|
||||||
|
Reference in New Issue
Block a user