diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-09-30 20:09:58 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-10-04 09:40:06 +0000 |
commit | 0d61f3fcde67185b99075c17bc8fa13273beef07 (patch) | |
tree | 72d2161ff8a7a9292e89942331ed10f3d8e21548 /src/southbridge/amd | |
parent | 2fd4907a4dd9e8d60dfcec2913337efe339d9233 (diff) |
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>
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r-- | src/southbridge/amd/pi/hudson/chip.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/amd/pi/hudson/chip.h b/src/southbridge/amd/pi/hudson/chip.h index aefd310cbd..511b586cb4 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 */ |