switch-coreboot/mainboard/amp/tinygx
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
..
cmos.layout The K8 is one example, but there are other devices (e.g. I2C) that also have 2008-09-17 16:36:20 +00:00
dts cs5536: Remove redundant enable_ide variable from ide device. 2009-01-09 18:12:08 +00:00
initram.c Coding style and documentation fixes for AMP TinyGX (trivial). 2008-10-01 17:54:56 +00:00
irq_tables.h Coding style and documentation fixes for AMP TinyGX (trivial). 2008-10-01 17:54:56 +00:00
Makefile The K8 is one example, but there are other devices (e.g. I2C) that also have 2008-09-17 16:36:20 +00:00
stage1.c Coding style and documentation fixes for AMP TinyGX (trivial). 2008-10-01 17:54:56 +00:00