aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-11-21 08:40:43 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-12-03 08:04:00 +0100
commit7d8cde756e0e4d1fc14734eca721e4a55046b2d1 (patch)
tree47b3fa199d8c2162910a2aaa6a30509b1eb2d312 /src/southbridge
parent96d92765e1fd3acdf25e24b0258edb3b02baa0de (diff)
AGESA Hudson/Yangtze: Remove obsolete devicetree parameters
Change-Id: Ic6affae7e508f28b131c7d07191289f4fcbf2d74 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/7599 Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/southbridge')
-rw-r--r--src/southbridge/amd/agesa/hudson/chip.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/southbridge/amd/agesa/hudson/chip.h b/src/southbridge/amd/agesa/hudson/chip.h
index d5f14ff683..21b8cd2dbc 100644
--- a/src/southbridge/amd/agesa/hudson/chip.h
+++ b/src/southbridge/amd/agesa/hudson/chip.h
@@ -22,14 +22,8 @@
struct southbridge_amd_agesa_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 */