diff mbox

[U-Boot,v2,5/5] arm: socfpga: Enable cff driver build

Message ID 1502183569-7902-6-git-send-email-tien.fong.chee@intel.com
State Superseded
Delegated to: Marek Vasut
Headers show

Commit Message

Chee, Tien Fong Aug. 8, 2017, 9:12 a.m. UTC
From: Tien Fong Chee <tien.fong.chee@intel.com>

Enable cff driver build which is needed as intermediate driver for handling
operation of FPGA program between feeding FPGA design from flash into FPGA
manager.

Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
---
 arch/arm/mach-socfpga/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Marek Vasut Aug. 8, 2017, 9:32 a.m. UTC | #1
On 08/08/2017 11:12 AM, tien.fong.chee@intel.com wrote:
> From: Tien Fong Chee <tien.fong.chee@intel.com>
> 
> Enable cff driver build which is needed as intermediate driver for handling
> operation of FPGA program between feeding FPGA design from flash into FPGA
> manager.
> 
> Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
> ---
>  arch/arm/mach-socfpga/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-socfpga/Makefile b/arch/arm/mach-socfpga/Makefile
> index 286bfef..23fb322 100644
> --- a/arch/arm/mach-socfpga/Makefile
> +++ b/arch/arm/mach-socfpga/Makefile
> @@ -28,6 +28,7 @@ obj-y	+= clock_manager_arria10.o
>  obj-y	+= misc_arria10.o
>  obj-y	+= pinmux_arria10.o
>  obj-y	+= reset_manager_arria10.o
> +obj-y	+= cff.o

Keep the list sorted ...

>  endif
>  
>  ifdef CONFIG_SPL_BUILD
>
Chee, Tien Fong Aug. 9, 2017, 4:28 a.m. UTC | #2
On Sel, 2017-08-08 at 11:32 +0200, Marek Vasut wrote:
> On 08/08/2017 11:12 AM, tien.fong.chee@intel.com wrote:

> > 

> > From: Tien Fong Chee <tien.fong.chee@intel.com>

> > 

> > Enable cff driver build which is needed as intermediate driver for

> > handling

> > operation of FPGA program between feeding FPGA design from flash

> > into FPGA

> > manager.

> > 

> > Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>

> > ---

> >  arch/arm/mach-socfpga/Makefile | 1 +

> >  1 file changed, 1 insertion(+)

> > 

> > diff --git a/arch/arm/mach-socfpga/Makefile b/arch/arm/mach-

> > socfpga/Makefile

> > index 286bfef..23fb322 100644

> > --- a/arch/arm/mach-socfpga/Makefile

> > +++ b/arch/arm/mach-socfpga/Makefile

> > @@ -28,6 +28,7 @@ obj-y	+= clock_manager_arria10.o

> >  obj-y	+= misc_arria10.o

> >  obj-y	+= pinmux_arria10.o

> >  obj-y	+= reset_manager_arria10.o

> > +obj-y	+= cff.o

> Keep the list sorted ...

> 

Okay.
> > 

> >  endif

> >  

> >  ifdef CONFIG_SPL_BUILD

> > 

>
diff mbox

Patch

diff --git a/arch/arm/mach-socfpga/Makefile b/arch/arm/mach-socfpga/Makefile
index 286bfef..23fb322 100644
--- a/arch/arm/mach-socfpga/Makefile
+++ b/arch/arm/mach-socfpga/Makefile
@@ -28,6 +28,7 @@  obj-y	+= clock_manager_arria10.o
 obj-y	+= misc_arria10.o
 obj-y	+= pinmux_arria10.o
 obj-y	+= reset_manager_arria10.o
+obj-y	+= cff.o
 endif
 
 ifdef CONFIG_SPL_BUILD