Skip to content

Commit

Permalink
crypto: cavium/nitrox - Change in firmware path.
Browse files Browse the repository at this point in the history
Moved the firmware to "cavium" subdirectory as suggested by
Kyle McMartin.

Signed-off-by: Srikanth Jampala <Jampala.Srikanth@cavium.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Srikanth Jampala authored and Herbert Xu committed Jul 18, 2017
1 parent a7e6e5d commit 440bf34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/crypto/cavium/nitrox/nitrox_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
#define SE_GROUP 0

#define DRIVER_VERSION "1.0"
#define FW_DIR "cavium/"
/* SE microcode */
#define SE_FW "cnn55xx_se.fw"
#define SE_FW FW_DIR "cnn55xx_se.fw"

static const char nitrox_driver_name[] = "CNN55XX";

Expand Down

0 comments on commit 440bf34

Please sign in to comment.