diff options
author | Josh Blum <josh@joshknows.com> | 2010-12-18 00:09:55 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-18 00:09:55 -0800 |
commit | 4c3ba019003fea27577bcd91b2ff5f8cf0f4ac9b (patch) | |
tree | 2873a9856ae3a9cdac58d1e2535e496dc6130a62 /firmware/microblaze/usrp2p/bootloader_utils.h | |
parent | 4c98ef443b24955b2d266f5783cf5d26c04d3715 (diff) | |
download | uhd-4c3ba019003fea27577bcd91b2ff5f8cf0f4ac9b.tar.gz uhd-4c3ba019003fea27577bcd91b2ff5f8cf0f4ac9b.tar.bz2 uhd-4c3ba019003fea27577bcd91b2ff5f8cf0f4ac9b.zip |
usrp-n210: removed fw warnings, bootloader does full size 16k load
Diffstat (limited to 'firmware/microblaze/usrp2p/bootloader_utils.h')
-rw-r--r-- | firmware/microblaze/usrp2p/bootloader_utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/microblaze/usrp2p/bootloader_utils.h b/firmware/microblaze/usrp2p/bootloader_utils.h index 3ad0d4f74..0f49ae6cd 100644 --- a/firmware/microblaze/usrp2p/bootloader_utils.h +++ b/firmware/microblaze/usrp2p/bootloader_utils.h @@ -9,8 +9,8 @@ //we're working in bytes and byte addresses so we can run the same code with Flash chips of different sector sizes. //it's really 1463736, but rounded up to 1.5MB #define FPGA_IMAGE_SIZE_BYTES 1572864 -//16K - 4B for the hell of it -#define FW_IMAGE_SIZE_BYTES 15360 +//16K +#define FW_IMAGE_SIZE_BYTES 0x3fff #define SAFE_FPGA_IMAGE_LOCATION_ADDR 0x00000000 #define SAFE_FW_IMAGE_LOCATION_ADDR 0x003F0000 |