Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 828b98fa authored by Wenyou Yang's avatar Wenyou Yang Committed by Nicolas Ferre
Browse files

ARM: at91/pm: rename file name: pm_slowclock.S --> pm_suspend.S



Because the sram function is used for both suspend to memory and the suspend
to standby mode, renaming is more elegant.

Signed-off-by: default avatarWenyou Yang <wenyou.yang@atmel.com>
Acked-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tested-by: default avatarSylvain Rochet <sylvain.rochet@finsecur.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 23be4be5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -13,7 +13,7 @@ obj-$(CONFIG_SOC_SAMA5) += sama5.o


# Power Management
# Power Management
obj-$(CONFIG_PM)		+= pm.o
obj-$(CONFIG_PM)		+= pm.o
obj-$(CONFIG_PM)		+= pm_slowclock.o
obj-$(CONFIG_PM)		+= pm_suspend.o


ifeq ($(CONFIG_PM_DEBUG),y)
ifeq ($(CONFIG_PM_DEBUG),y)
CFLAGS_pm.o += -DDEBUG
CFLAGS_pm.o += -DDEBUG