TQM5200: fix default IDE reset level
authorMartin Krause <martin.krause@tqs.de>
Thu, 3 Apr 2008 12:29:01 +0000 (14:29 +0200)
committerWolfgang Denk <wd@denx.de>
Thu, 17 Apr 2008 21:31:21 +0000 (14:31 -0700)
commit8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
tree4910089cf3dddf0df41f4ce4716d1ef5f670e99a
parentc61e033d6e8abb7b4060ee36060961e1399f6079
TQM5200: fix default IDE reset level

Before the first call of ide_reset(), the level of the IDE reset
signal on the TQM5200 is low (reset asserted). This patch sets the
default value to high (reset not asserted).

Currently this patch fixes no real problem, but it is cleaner to
assert the reset signal only on demand, and not permanently.

Signed-off-by: Martin Krause <martin.krause@tqs.de>
board/tqm5200/tqm5200.c