Re: [U-Boot-Users] [PATCH] TQM5200: fix default IDE reset level

2008-04-17 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > Bevore the first call of ide_reset() the default 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 >

[U-Boot-Users] [PATCH] TQM5200: fix default IDE reset level

2008-04-03 Thread Martin Krause
Bevore the first call of ide_reset() the default 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 only on demand, and not permanent