commit | 42a2039753a7f758ba5c85cb199fcf10dc2111eb | [log] [tgz] |
---|---|---|
author | Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> | Fri Jun 11 12:17:45 2021 +0530 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 11 11:15:00 2021 -0700 |
tree | e21904f2fb2130dc4dc040fa06e1c8ce795b25ea | |
parent | 33e381448cf7a05d76ac0b47d4a6531ecd0e5c53 [diff] |
cxgb4: fix endianness when flashing boot image Boot images are copied to memory and updated with current underlying device ID before flashing them to adapter. Ensure the updated images are always flashed in Big Endian to allow the firmware to read the new images during boot properly. Fixes: 550883558f17 ("cxgb4: add support to flash boot image") Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>