diff options
author | Amit Kumar Salecha <amit.salecha@qlogic.com> | 2009-12-08 15:40:57 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-12-23 17:13:27 -0500 |
commit | 7ef8a2127a64d131c4dbe5b843e5708f6e75552b (patch) | |
tree | 06a9084c46b6b4a3ed0d19360b5c45555cc1db19 /drivers/net/netxen | |
parent | e87ad5539343366e7c634c940a930157b6fa2aae (diff) |
netxen: fix unified fw size check
o Unified firmware image size can be < 1 MB
Signed-off-by: Amit Kumar Salecha <amit.salecha@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/netxen')
-rw-r--r-- | drivers/net/netxen/netxen_nic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/netxen/netxen_nic.h b/drivers/net/netxen/netxen_nic.h index 76cd1f3e9fc8..c1223c92d566 100644 --- a/drivers/net/netxen/netxen_nic.h +++ b/drivers/net/netxen/netxen_nic.h | |||
@@ -420,7 +420,7 @@ struct status_desc { | |||
420 | } __attribute__ ((aligned(16))); | 420 | } __attribute__ ((aligned(16))); |
421 | 421 | ||
422 | /* UNIFIED ROMIMAGE *************************/ | 422 | /* UNIFIED ROMIMAGE *************************/ |
423 | #define NX_UNI_FW_MIN_SIZE 0x3eb000 | 423 | #define NX_UNI_FW_MIN_SIZE 0xc8000 |
424 | #define NX_UNI_DIR_SECT_PRODUCT_TBL 0x0 | 424 | #define NX_UNI_DIR_SECT_PRODUCT_TBL 0x0 |
425 | #define NX_UNI_DIR_SECT_BOOTLD 0x6 | 425 | #define NX_UNI_DIR_SECT_BOOTLD 0x6 |
426 | #define NX_UNI_DIR_SECT_FW 0x7 | 426 | #define NX_UNI_DIR_SECT_FW 0x7 |