ODROID-M1/M1S: Add firmware path for ODROID Android.

Add /fat path for searching firmware.

Change-Id: I222fd8823374cbd317683ef01355f7ae477e6430
This commit is contained in:
Chris
2023-11-24 12:01:44 +09:00
parent c3e8159236
commit fcf1c7c794

View File

@@ -282,6 +282,10 @@ static const char * const fw_path[] = {
"/lib/firmware/updates/" UTS_RELEASE,
"/lib/firmware/updates",
"/lib/firmware/" UTS_RELEASE,
#if defined(CONFIG_ARCH_ROCKCHIP_ODROID_COMMON)
/* For ODROID Android path */
"/fat",
#endif
"/lib/firmware"
};