diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-18 00:09:55 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-18 00:09:55 -0800 |
commit | 4c3ba019003fea27577bcd91b2ff5f8cf0f4ac9b (patch) | |
tree | 2873a9856ae3a9cdac58d1e2535e496dc6130a62 /firmware/microblaze/apps | |
parent | 4c98ef443b24955b2d266f5783cf5d26c04d3715 (diff) | |
download | uhd-4c3ba019003fea27577bcd91b2ff5f8cf0f4ac9b.tar.gz uhd-4c3ba019003fea27577bcd91b2ff5f8cf0f4ac9b.tar.bz2 uhd-4c3ba019003fea27577bcd91b2ff5f8cf0f4ac9b.zip |
usrp-n210: removed fw warnings, bootloader does full size 16k load
Diffstat (limited to 'firmware/microblaze/apps')
-rw-r--r-- | firmware/microblaze/apps/uart_flash_loader.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/microblaze/apps/uart_flash_loader.c b/firmware/microblaze/apps/uart_flash_loader.c index d67b84677..4ec89284a 100644 --- a/firmware/microblaze/apps/uart_flash_loader.c +++ b/firmware/microblaze/apps/uart_flash_loader.c @@ -139,8 +139,8 @@ void delay(uint32_t t) { } int main(int argc, char *argv[]) { - uint8_t buf[32]; - int i = 0; + //uint8_t buf[32]; + //int i = 0; hal_disable_ints(); // In case we got here via jmp 0x0 |