Skip to content

Commit 5ce9225

Browse files
marcanjannau
authored andcommitted
firmware_loader: Add /lib/firmware/vendor path
Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent ddfb070 commit 5ce9225

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • drivers/base/firmware_loader

drivers/base/firmware_loader/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,8 @@ static int fw_decompress_xz(struct device *dev, struct fw_priv *fw_priv,
471471
static char fw_path_para[256];
472472
static const char * const fw_path[] = {
473473
fw_path_para,
474+
"/lib/firmware/vendor/" UTS_RELEASE,
475+
"/lib/firmware/vendor",
474476
"/lib/firmware/updates/" UTS_RELEASE,
475477
"/lib/firmware/updates",
476478
"/lib/firmware/" UTS_RELEASE,

0 commit comments

Comments
 (0)