From 7b509d6fe4ac4cfcafc63f11f5b298d3e0237acd Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Fri, 22 Apr 2011 11:47:17 -0700 Subject: N210 fw: Move spif_init into bootload_utils --- firmware/zpu/apps/txrx_uhd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/zpu/apps/txrx_uhd.c') diff --git a/firmware/zpu/apps/txrx_uhd.c b/firmware/zpu/apps/txrx_uhd.c index fcccf6959..a9dc2aa4c 100644 --- a/firmware/zpu/apps/txrx_uhd.c +++ b/firmware/zpu/apps/txrx_uhd.c @@ -297,8 +297,8 @@ main(void) #ifdef BOOTLOADER //load the production FPGA image or firmware if appropriate - spif_init(); do_the_bootload_thing(); + //if we get here we've fallen through to safe firmware set_default_mac_addr(); set_default_ip_addr(); #endif -- cgit v1.2.3