mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
projects/Amlogic: update kernel config
Most of changes are related to Nougat kernel update and aligning config to other projects. Some of the options are required to add S912-on-libhybris: * CONFIG_HMP_VARIABLE_SCALE * CONFIG_NR_CPUS * CONFIG_ARM_BIG_LITTLE_CPUFREQ * CONFIG_FB_OSD_SUPPORT_SYNC_FENCE * CONFIG_FB_OSD2_CURSOR * CONFIG_ASHMEM * CONFIG_SW_SYNC * CONFIG_PSTORE
This commit is contained in:
parent
64b21c2ce5
commit
80c9546099
File diff suppressed because it is too large
Load Diff
@ -1,14 +0,0 @@
|
|||||||
diff --git a/kernel/power/main.c b/kernel/power/main.c
|
|
||||||
index dd56bc8..6e73ad4 100644
|
|
||||||
--- a/kernel/power/main.c
|
|
||||||
+++ b/kernel/power/main.c
|
|
||||||
@@ -362,6 +362,9 @@ static ssize_t state_store(struct kobject *kobj, struct kobj_attribute *attr,
|
|
||||||
error = 0;
|
|
||||||
request_suspend_state(state);
|
|
||||||
}
|
|
||||||
+ if (state == PM_SUSPEND_MEM) {
|
|
||||||
+ msleep_interruptible(5000);
|
|
||||||
+ }
|
|
||||||
#else
|
|
||||||
error = pm_suspend(state);
|
|
||||||
#endif
|
|
Loading…
x
Reference in New Issue
Block a user