mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
ODROID-M1/M1S: Add firmware path for ODROID Android.
Add /fat path for searching firmware. Change-Id: I222fd8823374cbd317683ef01355f7ae477e6430
This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user