coreboot/southbridge
Mart Raudsepp cb5d9d3867 cs5536: Remove redundant enable_ide variable from ide device.
The device infrastructure already has an enabled bit, so we don't need to duplicate it in the current form.
cs5536.c:ide_init() is phase6_init, which is called only if the device is enabled, so if the device doesn't
exist, or the mainboard dts says "disabled;" for it, the init is not done and an extra conditional is not
necessary.
Adapt all cs5536 using mainboards to it (removing enable_ide variable) - artecgroup/dbe6[12] gets the whole
IDE device removed, which results in the ide_init() code not being ran as before (before it was called but
early return from enable_ide == 0, now it won't be called in the first place).

Signed-off-by: Mart Raudsepp <mart.raudsepp@artecdesign.ee>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>

git-svn-id: svn://coreboot.org/repository/coreboot-v3@1114 f3766cd6-281f-0410-b1cd-43a5c92072e9
2009-01-09 18:12:08 +00:00
..
amd cs5536: Remove redundant enable_ide variable from ide device. 2009-01-09 18:12:08 +00:00
intel Port r3747, r3732, r3733 from v2 to v3 (build-tested on v3): 2009-01-08 16:14:12 +00:00
nvidia This trivial patch adds the warnings Peter and Ron requested to the ck804 code. 2009-01-07 18:37:21 +00:00
via/vt8237 This patch fixes a few small problems and gets cn700 to read from an IDE 2008-12-23 23:44:39 +00:00