diff options
| author | Michael Brown | 2006-06-14 02:20:35 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-06-14 02:20:35 +0200 |
| commit | ab4f96e525fe082b0750867cc50d03becf018048 (patch) | |
| tree | 8475725200b15eb3f72f17579ba64a5952e04295 /src/drivers/bitbash/bitbash.c | |
| parent | Translate between "0 = success" and "0 = failure" call standards. (diff) | |
| download | ipxe-ab4f96e525fe082b0750867cc50d03becf018048.tar.gz ipxe-ab4f96e525fe082b0750867cc50d03becf018048.tar.xz ipxe-ab4f96e525fe082b0750867cc50d03becf018048.zip | |
Move per-transition delays from generic bit-bashing layer to i2c layer
(since SPI bit-bashing will require different delay semantics).
Diffstat (limited to 'src/drivers/bitbash/bitbash.c')
| -rw-r--r-- | src/drivers/bitbash/bitbash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/bitbash/bitbash.c b/src/drivers/bitbash/bitbash.c index 92abe1a70..19add4ce0 100644 --- a/src/drivers/bitbash/bitbash.c +++ b/src/drivers/bitbash/bitbash.c @@ -38,7 +38,6 @@ void write_bit ( struct bit_basher *basher, unsigned int bit_id, unsigned long data ) { basher->write ( basher, bit_id, ( data ? -1UL : 0 ) ); - udelay ( basher->udelay ); } /** |
