summaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/usrp2
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-12-14 16:16:11 -0800
committerJosh Blum <josh@joshknows.com>2010-12-14 16:16:11 -0800
commita338403c05ec1a279aa9f4b9e514767a1948a19c (patch)
tree96a133c9783639af9a08e37cd4b4ef5cb257f54a /firmware/microblaze/usrp2
parent03d200f9484d9706535142d9cc0336fcf02b369c (diff)
downloaduhd-a338403c05ec1a279aa9f4b9e514767a1948a19c.tar.gz
uhd-a338403c05ec1a279aa9f4b9e514767a1948a19c.tar.bz2
uhd-a338403c05ec1a279aa9f4b9e514767a1948a19c.zip
usrp2: removed mb linker stuff, added bootloader + rmi gen
Diffstat (limited to 'firmware/microblaze/usrp2')
-rw-r--r--firmware/microblaze/usrp2/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/microblaze/usrp2/CMakeLists.txt b/firmware/microblaze/usrp2/CMakeLists.txt
index 6f43bb702..8ed31b8d4 100644
--- a/firmware/microblaze/usrp2/CMakeLists.txt
+++ b/firmware/microblaze/usrp2/CMakeLists.txt
@@ -27,8 +27,6 @@ ADD_LIBRARY(libusrp2fw STATIC
)
########################################################################
-ADD_LINKER_FLAGS("-Wl,-defsym -Wl,_TEXT_START_ADDR=0x0050")
-
ADD_EXECUTABLE(usrp2_txrx_uhd.elf ${CMAKE_SOURCE_DIR}/apps/txrx_uhd.c)
TARGET_LINK_LIBRARIES(usrp2_txrx_uhd.elf libusrp2fw)
GEN_OUTPUTS(usrp2_txrx_uhd.elf)