diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-29 11:15:24 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-29 11:15:24 -0800 |
commit | ca0f4f0be8c19533007e4284d1ccc47df0f1c6e3 (patch) | |
tree | 330cdf2e01d50dc7976fad31797041efde5a4d15 /firmware/zpu/usrp2/memory_map.h | |
parent | f56097198fad8423bba41a9c083abdc3b41f016a (diff) | |
download | uhd-ca0f4f0be8c19533007e4284d1ccc47df0f1c6e3.tar.gz uhd-ca0f4f0be8c19533007e4284d1ccc47df0f1c6e3.tar.bz2 uhd-ca0f4f0be8c19533007e4284d1ccc47df0f1c6e3.zip |
usrp2: remove ram macros from memory map, conditionally load fw update
Diffstat (limited to 'firmware/zpu/usrp2/memory_map.h')
-rw-r--r-- | firmware/zpu/usrp2/memory_map.h | 6 |
1 files changed, 0 insertions, 6 deletions
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) |