diff options
Diffstat (limited to 'drivers/net/cxgb3/t3_hw.c')
-rw-r--r-- | drivers/net/cxgb3/t3_hw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cxgb3/t3_hw.c b/drivers/net/cxgb3/t3_hw.c index 47d51788a462..04c0e90119af 100644 --- a/drivers/net/cxgb3/t3_hw.c +++ b/drivers/net/cxgb3/t3_hw.c | |||
@@ -683,7 +683,7 @@ enum { | |||
683 | SF_ERASE_SECTOR = 0xd8, /* erase sector */ | 683 | SF_ERASE_SECTOR = 0xd8, /* erase sector */ |
684 | 684 | ||
685 | FW_FLASH_BOOT_ADDR = 0x70000, /* start address of FW in flash */ | 685 | FW_FLASH_BOOT_ADDR = 0x70000, /* start address of FW in flash */ |
686 | FW_VERS_ADDR = 0x77ffc, /* flash address holding FW version */ | 686 | FW_VERS_ADDR = 0x7fffc, /* flash address holding FW version */ |
687 | FW_MIN_SIZE = 8 /* at least version and csum */ | 687 | FW_MIN_SIZE = 8 /* at least version and csum */ |
688 | }; | 688 | }; |
689 | 689 | ||