diff options
author | Nick Foster <nick@nerdnetworks.org> | 2010-10-08 12:50:00 -0700 |
---|---|---|
committer | Nick Foster <nick@nerdnetworks.org> | 2010-10-08 12:50:00 -0700 |
commit | 7db726e9b45b972c8fcb0c1dc366919e11256cc1 (patch) | |
tree | c72611b070710783b8013071b3673659cb8242e0 /firmware/microblaze/usrp2p/bootloader/Makefile.am | |
parent | 4ed75835c8c1b7b633223cd7ad11269e84c41701 (diff) | |
download | uhd-7db726e9b45b972c8fcb0c1dc366919e11256cc1.tar.gz uhd-7db726e9b45b972c8fcb0c1dc366919e11256cc1.tar.bz2 uhd-7db726e9b45b972c8fcb0c1dc366919e11256cc1.zip |
U2P: Bootloader works, successfully loads production image.
Split I2C into async and sync halves to keep the size of the bootloader small.
Diffstat (limited to 'firmware/microblaze/usrp2p/bootloader/Makefile.am')
-rw-r--r-- | firmware/microblaze/usrp2p/bootloader/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/microblaze/usrp2p/bootloader/Makefile.am b/firmware/microblaze/usrp2p/bootloader/Makefile.am index eb72d937d..1fc5daf9c 100644 --- a/firmware/microblaze/usrp2p/bootloader/Makefile.am +++ b/firmware/microblaze/usrp2p/bootloader/Makefile.am @@ -30,7 +30,7 @@ LDADD = $(top_srcdir)/usrp2p/libusrp2p.a noinst_PROGRAMS = \ init_bootloader.elf -init_bootloader_elf_SOURCES = init_bootloader.c i2c_sync.c +init_bootloader_elf_SOURCES = init_bootloader.c .bin.rmi: $(top_srcdir)/bin/bin_to_ram_macro_init.py $< $@ |