From c20f0c0fa326ec5c55a4ea602e24f9065e4bee31 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Mon, 28 Jan 2019 18:21:54 +0100 Subject: [PATCH] Revert "ccimx8x: standby: use suspend to idle instead of suspend to RAM" Suspend to ram issue was fixed on new SOMs, then we revert it. This reverts commit 52ebcd9f4815935c1e900144df49b655e6ba97f8. Signed-off-by: Arturo Buzarra --- .../recipes-core/busybox/busybox-1.27.2/ccimx8x/standby | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-core/busybox/busybox-1.27.2/ccimx8x/standby b/meta-digi-dey/recipes-core/busybox/busybox-1.27.2/ccimx8x/standby index ad1f29669..a9bb5e00c 100755 --- a/meta-digi-dey/recipes-core/busybox/busybox-1.27.2/ccimx8x/standby +++ b/meta-digi-dey/recipes-core/busybox/busybox-1.27.2/ccimx8x/standby @@ -105,7 +105,7 @@ if [ -f "${syspower}" ]; then suspend_interfaces # Suspend the device - printf "freeze" > ${syspower} + printf "mem" > ${syspower} # Post-resume actions resume_interfaces