summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/Makefile
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-12-09 12:45:45 +0000
committerTom Rini <trini@konsulko.com>2018-12-12 12:14:25 -0500
commitcdd7486616d03e1642ba1dacea6f05c10fc97863 (patch)
treeb8fa36374b6a5a77253bd66b93908b64461031c7 /drivers/firmware/Makefile
parent3cc137616d0aed8990f9cd10cc07dba79df99cd6 (diff)
downloadu-boot-cdd7486616d03e1642ba1dacea6f05c10fc97863.tar.gz
u-boot-cdd7486616d03e1642ba1dacea6f05c10fc97863.tar.xz
u-boot-cdd7486616d03e1642ba1dacea6f05c10fc97863.zip
firmware: psci: introduce SPL_ARM_PSCI_FW
Introduce a new macro SPL_ARM_PSCI_FW Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'drivers/firmware/Makefile')
-rw-r--r--drivers/firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firmware/Makefile b/drivers/firmware/Makefile
index 6cb83582b9..6c3e129685 100644
--- a/drivers/firmware/Makefile
+++ b/drivers/firmware/Makefile
@@ -1,4 +1,4 @@
obj-$(CONFIG_FIRMWARE) += firmware-uclass.o
-obj-$(CONFIG_ARM_PSCI_FW) += psci.o
+obj-$(CONFIG_$(SPL_)ARM_PSCI_FW) += psci.o
obj-$(CONFIG_TI_SCI_PROTOCOL) += ti_sci.o
obj-$(CONFIG_SANDBOX) += firmware-sandbox.o