Skip to content

Commit

Permalink
Update firmware path
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Jan 2, 2024
1 parent ea15d85 commit 5999bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/patches/fix-firmware-path.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ index 8701cdc..632435a 100644
-CONFIG_AIC_FW_PATH = "/vendor/etc/firmware"
-#CONFIG_AIC_FW_PATH = "/lib/firmware/aic8800"
+#CONFIG_AIC_FW_PATH = "/vendor/etc/firmware"
+CONFIG_AIC_FW_PATH = "/lib/firmware/aic8800"
+CONFIG_AIC_FW_PATH = "/lib/firmware/aic8800D80"
export CONFIG_AIC_FW_PATH
ccflags-y += -DCONFIG_AIC_FW_PATH=\"$(CONFIG_AIC_FW_PATH)\"

0 comments on commit 5999bf8

Please sign in to comment.