From ca0f4f0be8c19533007e4284d1ccc47df0f1c6e3 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 29 Dec 2010 11:15:24 -0800 Subject: usrp2: remove ram macros from memory map, conditionally load fw update --- firmware/zpu/usrp2/memory_map.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'firmware/zpu/usrp2/memory_map.h') diff --git a/firmware/zpu/usrp2/memory_map.h b/firmware/zpu/usrp2/memory_map.h index 40c5e6540..b1ca4aa6d 100644 --- a/firmware/zpu/usrp2/memory_map.h +++ b/firmware/zpu/usrp2/memory_map.h @@ -53,12 +53,6 @@ #define ROUTER_RAM_BASE 0x8000 -#define RAM_NLINES 0x0200 // number of 32-bit lines in a buffer - -#define _router_ram ((uint32_t *) ROUTER_RAM_BASE) -#define router_ram(n) (&_router_ram[(n) * RAM_NLINES]) - - ///////////////////////////////////////////////////// // SPI Core, Slave 2. See core docs for more info #define SPI_BASE 0xC000 // Base address (16-bit) -- cgit v1.2.3