Skip to content

Commit 440bf34

Browse files
Srikanth Jampalaherbertx
authored andcommitted
crypto: cavium/nitrox - Change in firmware path.
Moved the firmware to "cavium" subdirectory as suggested by Kyle McMartin. Signed-off-by: Srikanth Jampala <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent a7e6e5d commit 440bf34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/crypto/cavium/nitrox/nitrox_main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
#define SE_GROUP 0
1919

2020
#define DRIVER_VERSION "1.0"
21+
#define FW_DIR "cavium/"
2122
/* SE microcode */
22-
#define SE_FW "cnn55xx_se.fw"
23+
#define SE_FW FW_DIR "cnn55xx_se.fw"
2324

2425
static const char nitrox_driver_name[] = "CNN55XX";
2526

0 commit comments

Comments
 (0)