Introduce a new macro SPL_ARM_PSCI_FW

Signed-off-by: Peng Fan <peng....@nxp.com>
---
 drivers/firmware/Kconfig  | 4 ++++
 drivers/firmware/Makefile | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
index feaea8130f..7d8f161b26 100644
--- a/drivers/firmware/Kconfig
+++ b/drivers/firmware/Kconfig
@@ -1,6 +1,10 @@
 config FIRMWARE
        bool "Enable Firmware driver support"
 
+config SPL_ARM_PSCI_FW
+       bool
+       select FIRMWARE
+
 config ARM_PSCI_FW
        bool
        select FIRMWARE
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
-- 
2.14.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to