From 3dd74062fc6cfad68a62faac6669bada96f3aecf Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Thu, 21 Apr 2011 19:45:05 -0700 Subject: N210: Moved u2p_init into main app and changed bootloader behavior to not load safe fw if safe mode button pressed --- firmware/zpu/lib/u2_init.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'firmware/zpu/lib') diff --git a/firmware/zpu/lib/u2_init.c b/firmware/zpu/lib/u2_init.c index db26be538..71bd2c594 100644 --- a/firmware/zpu/lib/u2_init.c +++ b/firmware/zpu/lib/u2_init.c @@ -26,9 +26,6 @@ #include "clocks.h" #include "usrp2/fw_common.h" #include "nonstdio.h" -#ifdef USRP2P -#include "u2p_init.h" -#endif /* * We ought to arrange for this to be called before main, but for now, @@ -53,10 +50,6 @@ u2_init(void) i2c_init(); hal_enable_ints(); -#ifdef USRP2P - u2p_init(); -#endif - // flash all leds to let us know board is alive hal_set_led_src(0x0, 0x1f); /* software ctrl */ hal_set_leds(0x0, 0x1f); mdelay(300); -- cgit v1.2.3