diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-09 20:45:35 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-09 20:45:35 -0800 |
commit | ac97f5ba9c07b29840eddc9f3ecfcac5d9926efd (patch) | |
tree | 83303fc8c161e31fd5c99dcd1b6c2c83b3b5278c /firmware/zpu/apps | |
parent | 4ca01c6dbeb253162e64a13f69ce981fc0b8b9bd (diff) | |
download | uhd-ac97f5ba9c07b29840eddc9f3ecfcac5d9926efd.tar.gz uhd-ac97f5ba9c07b29840eddc9f3ecfcac5d9926efd.tar.bz2 uhd-ac97f5ba9c07b29840eddc9f3ecfcac5d9926efd.zip |
usrp-n210: firmware changes related to init and bootloader
added u2p init file that is called by u2init
added spi flash init and added to u2pinit
implemented mdelay usage in bootloader
Diffstat (limited to 'firmware/zpu/apps')
-rw-r--r-- | firmware/zpu/apps/txrx_uhd.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/firmware/zpu/apps/txrx_uhd.c b/firmware/zpu/apps/txrx_uhd.c index 3fcda8a4e..79f301d42 100644 --- a/firmware/zpu/apps/txrx_uhd.c +++ b/firmware/zpu/apps/txrx_uhd.c @@ -333,16 +333,6 @@ main(void) { u2_init(); -//we do this to see if we should set a default ip addr or not -#ifdef USRP2P - bool safe_fw = find_safe_booted_flag(); - set_safe_booted_flag(0); - if(safe_fw) { - set_default_ip_addr(); - set_default_mac_addr(); - } -#endif - putstr("\nTxRx-UHD-ZPU\n"); print_mac_addr(ethernet_mac_addr()); newline(); print_ip_addr(get_ip_addr()); newline(); |