summaryrefslogtreecommitdiff
path: root/drivers/sysreset/Makefile
diff options
context:
space:
mode:
authorChee Hong Ang <chee.hong.ang@intel.com>2020-08-05 15:11:25 +0300
committerLey Foon Tan <ley.foon.tan@intel.com>2020-10-09 12:53:11 +0300
commita6510993a5a5929f38d7672cd3fdde2959bdb21d (patch)
tree0d87c6ecc9147f65af79c5e968c9b2114ddd5069 /drivers/sysreset/Makefile
parentf833d6a4ce5ba890eadcae1846c59812478e909c (diff)
downloadu-boot-a6510993a5a5929f38d7672cd3fdde2959bdb21d.tar.xz
sysreset: socfpga: soc64: Rename SYSRESET SoCFPGA driver for S10 to SoC64
Rename the driver from S10 to SoC64 because Intel Agilex platform also using the this SYSRESET SoCFPGA driver for S10. Signed-off-by: Chee Hong Ang <chee.hong.ang@intel.com> Reviewed-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'drivers/sysreset/Makefile')
-rw-r--r--drivers/sysreset/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sysreset/Makefile b/drivers/sysreset/Makefile
index df2293b848..920c69233f 100644
--- a/drivers/sysreset/Makefile
+++ b/drivers/sysreset/Makefile
@@ -13,7 +13,7 @@ obj-$(CONFIG_SYSRESET_MICROBLAZE) += sysreset_microblaze.o
obj-$(CONFIG_SYSRESET_OCTEON) += sysreset_octeon.o
obj-$(CONFIG_SYSRESET_PSCI) += sysreset_psci.o
obj-$(CONFIG_SYSRESET_SOCFPGA) += sysreset_socfpga.o
-obj-$(CONFIG_SYSRESET_SOCFPGA_S10) += sysreset_socfpga_s10.o
+obj-$(CONFIG_SYSRESET_SOCFPGA_SOC64) += sysreset_socfpga_soc64.o
obj-$(CONFIG_SYSRESET_TI_SCI) += sysreset-ti-sci.o
obj-$(CONFIG_SYSRESET_SYSCON) += sysreset_syscon.o
obj-$(CONFIG_SYSRESET_WATCHDOG) += sysreset_watchdog.o