diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-05 17:39:18 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-05 17:39:18 -0700 |
commit | 94a492dc40a6450ada3fe34a7440c31077d9690e (patch) | |
tree | 2a6f90356b067d732e7f2a3366003fc71269ee61 /firmware | |
parent | 3ac3457184bc3b251ce7398eee56c931983abe65 (diff) | |
download | uhd-94a492dc40a6450ada3fe34a7440c31077d9690e.tar.gz uhd-94a492dc40a6450ada3fe34a7440c31077d9690e.tar.bz2 uhd-94a492dc40a6450ada3fe34a7440c31077d9690e.zip |
uhd: rename identifier for usrp1 eeprom, and fix offsets, add serial support to usrp2
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/fx2/usrp1/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/fx2/usrp1/CMakeLists.txt b/firmware/fx2/usrp1/CMakeLists.txt index 3d99a2ac1..6607bc7f2 100644 --- a/firmware/fx2/usrp1/CMakeLists.txt +++ b/firmware/fx2/usrp1/CMakeLists.txt @@ -77,7 +77,7 @@ set(eeprom1_sources add_custom_target(usrp1_eeprom ALL DEPENDS usrp1_boot COMMAND objcopy -I ihex -O binary usrp1_boot.ihx usrp1_boot.bin - COMMAND ${PYTHON_EXECUTABLE} ${BUILD_EEPROM} -r2 usrp1_boot.bin usrp1_eeprom.bin + COMMAND ${PYTHON_EXECUTABLE} ${BUILD_EEPROM} -r1 usrp1_boot.bin usrp1_eeprom.bin ) add_executable(usrp1_boot ${eeprom1_sources}) |