commit | 81e8199e7e1b0a6dbbdc4c8c3344c7192b5d18e4 | [log] [tgz] |
---|---|---|
author | Grzegorz Bernacki <gjb@semihalf.com> | Tue Mar 17 10:06:39 2009 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Wed Mar 18 20:54:56 2009 +0100 |
tree | 76716bdde499c79ad64371697840cfb4c09b5527 | |
parent | 643e7c0b824de8e8c97292c620044f316b2bcc43 [diff] |
mpc52xx: Get rid of board-specific #ifdef's in cpu/mpc5xxx/ide.c Total5200 and digsy MTC use I2C port 2 pins as a ATA chip select. To avoid adding board-specific ifdefs to cpu/mpc5xxx/ide.c new define CONFIG_SYS_ATA_CS_ON_I2C2 was introduced. It is used by Total5200 and will be used by digsy MTC and other boards with ATA CS on I2C pins. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>