aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/lib/u2_init.c
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-11-17 16:12:00 -0800
committerJosh Blum <josh@joshknows.com>2010-12-11 18:43:09 -0800
commitb621dea91eeebe05c4823bc2da8780fa12997169 (patch)
tree3545fc910b17b4c5401a76dd30188944934b7dc1 /firmware/microblaze/lib/u2_init.c
parent57fcedbba7cbedda714aefa6653bf00e30e5981a (diff)
downloaduhd-b621dea91eeebe05c4823bc2da8780fa12997169.tar.gz
uhd-b621dea91eeebe05c4823bc2da8780fa12997169.tar.bz2
uhd-b621dea91eeebe05c4823bc2da8780fa12997169.zip
usrp2: replaced spi and i2c async stuff with sync (since were out of the fast-path)
Diffstat (limited to 'firmware/microblaze/lib/u2_init.c')
-rw-r--r--firmware/microblaze/lib/u2_init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/microblaze/lib/u2_init.c b/firmware/microblaze/lib/u2_init.c
index 2a6ae5a60..a2669103a 100644
--- a/firmware/microblaze/lib/u2_init.c
+++ b/firmware/microblaze/lib/u2_init.c
@@ -22,7 +22,6 @@
#include "hal_io.h"
#include "hal_uart.h"
#include "i2c.h"
-#include "i2c_async.h"
#include "mdelay.h"
#include "clocks.h"
#include "usrp2/fw_common.h"
@@ -59,7 +58,6 @@ u2_init(void)
// init i2c so we can read our rev
pic_init(); // progammable interrupt controller
i2c_init();
- i2c_register_handler(); //for using async I2C
hal_enable_ints();
// flash all leds to let us know board is alive