diff options
author | Hariprasad Shenai <hariprasad@chelsio.com> | 2014-09-10 08:14:27 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-10 17:01:53 -0400 |
commit | 60d42bf6b0eec663ad21170b1ff6b14536993b47 (patch) | |
tree | 5dd8c8a03058ed4723cc7b1cda4460124d7f6eeb /drivers/net/ethernet/chelsio | |
parent | 0fc4dffad13e81deb3bf72e74cac292172df5285 (diff) |
cxgb4: Allow T4/T5 firmware sizes up to 1MB
Based on original work by Casey Leedom <leedom@chelsio.com>
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/t4_hw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/t4_hw.h b/drivers/net/ethernet/chelsio/cxgb4/t4_hw.h index 35e3d8e32881..06fa583bf914 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/t4_hw.h +++ b/drivers/net/ethernet/chelsio/cxgb4/t4_hw.h | |||
@@ -175,7 +175,7 @@ enum { | |||
175 | * Location of firmware image in FLASH. | 175 | * Location of firmware image in FLASH. |
176 | */ | 176 | */ |
177 | FLASH_FW_START_SEC = 8, | 177 | FLASH_FW_START_SEC = 8, |
178 | FLASH_FW_NSECS = 8, | 178 | FLASH_FW_NSECS = 16, |
179 | FLASH_FW_START = FLASH_START(FLASH_FW_START_SEC), | 179 | FLASH_FW_START = FLASH_START(FLASH_FW_START_SEC), |
180 | FLASH_FW_MAX_SIZE = FLASH_MAX_SIZE(FLASH_FW_NSECS), | 180 | FLASH_FW_MAX_SIZE = FLASH_MAX_SIZE(FLASH_FW_NSECS), |
181 | 181 | ||