Revert "drivers: soc: samsung: acpm: disable lto"

This was applied to fix a suspected reboot issue, but it turns out this was not the source of it.

This reverts commit ed828ec374bbd9f3a538a0c92421e9e0074b078f.
This commit is contained in:
Nahuel Gómez 2025-01-04 23:40:44 -03:00 committed by Ksawlii
parent 6c7dd7bf70
commit 4d8a45c523

View file

@ -8,5 +8,3 @@ exynos_acpm-$(CONFIG_EXYNOS_MFD_I3C) += acpm_mfd_i3c.o
exynos_acpm-$(CONFIG_EXYNOS_MFD_SPMI) += acpm_mfd_spmi.o
obj-$(CONFIG_EXYNOS_ACPM_S2D) += acpm_s2d.o
obj-$(CONFIG_EXYNOS_ACPM_PLGDBG) += plugin_dbg.o
CFLAGS_acpm.o := $(DISABLE_LTO)