diff options
author | Ley Foon Tan <ley.foon.tan@intel.com> | 2017-04-26 02:44:38 +0800 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2017-05-18 11:33:17 +0200 |
commit | 827e6a7e0dc0c457a51cdd8b1b81d4e895289046 (patch) | |
tree | c8ddc7591bc6282f9f4dd1fad033aadd03b0e434 /arch/arm/mach-socfpga/Makefile | |
parent | d83b8193ad0378c389adb0db162eab13cd5bd9b5 (diff) | |
download | u-boot-midas-827e6a7e0dc0c457a51cdd8b1b81d4e895289046.tar.gz u-boot-midas-827e6a7e0dc0c457a51cdd8b1b81d4e895289046.tar.bz2 u-boot-midas-827e6a7e0dc0c457a51cdd8b1b81d4e895289046.zip |
arm: socfpga: Add reset driver support for Arria 10
Add reset driver support for Arria 10.
Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
Diffstat (limited to 'arch/arm/mach-socfpga/Makefile')
-rw-r--r-- | arch/arm/mach-socfpga/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-socfpga/Makefile b/arch/arm/mach-socfpga/Makefile index e83da2eaf5..d81f003aa8 100644 --- a/arch/arm/mach-socfpga/Makefile +++ b/arch/arm/mach-socfpga/Makefile @@ -10,6 +10,8 @@ obj-y += misc.o timer.o reset_manager.o clock_manager.o \ fpga_manager.o board.o +obj-$(CONFIG_TARGET_SOCFPGA_ARRIA10) += reset_manager_arria10.o + obj-$(CONFIG_SPL_BUILD) += spl.o freeze_controller.o # QTS-generated config file wrappers |