From: Hariprasad Shenai Date: Wed, 10 Sep 2014 12:14:27 +0000 (+0530) Subject: cxgb4: Allow T4/T5 firmware sizes up to 1MB X-Git-Tag: v3.18-rc1~52^2~98^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=60d42bf6b0eec663ad21170b1ff6b14536993b47;p=karo-tx-linux.git cxgb4: Allow T4/T5 firmware sizes up to 1MB Based on original work by Casey Leedom Signed-off-by: Hariprasad Shenai Signed-off-by: David S. Miller --- 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 { * Location of firmware image in FLASH. */ FLASH_FW_START_SEC = 8, - FLASH_FW_NSECS = 8, + FLASH_FW_NSECS = 16, FLASH_FW_START = FLASH_START(FLASH_FW_START_SEC), FLASH_FW_MAX_SIZE = FLASH_MAX_SIZE(FLASH_FW_NSECS),