[U-Boot] [PATCH 15/53] net: fm: add TFABOOT support

Rajesh Bhagat rajesh.bhagat at nxp.com
Thu Oct 4 11:30:19 UTC 2018



> -----Original Message-----
> From: York Sun
> Sent: Wednesday, October 3, 2018 9:49 PM
> To: Rajesh Bhagat <rajesh.bhagat at nxp.com>; u-boot at lists.denx.de
> Cc: Prabhakar Kushwaha <prabhakar.kushwaha at nxp.com>; Pankit Garg
> <pankit.garg at nxp.com>
> Subject: Re: [PATCH 15/53] net: fm: add TFABOOT support
> 
> On 10/03/2018 04:39 AM, Rajesh Bhagat wrote:
> > Adds TFABOOT support and allows to pick FMAN firmware on basis of boot
> > source.
> >
> > Signed-off-by: Pankit Garg <pankit.garg at nxp.com>
> > Signed-off-by: Rajesh Bhagat <rajesh.bhagat at nxp.com>
> > ---
> >  drivers/net/fm/fm.c | 104
> > ++++++++++++++++++++++++++++++++++++++++++++
> >  1 file changed, 104 insertions(+)
> >
> > diff --git a/drivers/net/fm/fm.c b/drivers/net/fm/fm.c index
> > 3327073bf1..427ea1a627 100644
> > --- a/drivers/net/fm/fm.c
> > +++ b/drivers/net/fm/fm.c
> > @@ -11,6 +11,15 @@
> >  #include "fm.h"
> >  #include <fsl_qe.h>		/* For struct qe_firmware */
> >
> > +#ifdef CONFIG_TFABOOT
> 
> Same here. Do not use ifdef if you don't have to.
> 

Will take care in v2. 

> York


More information about the U-Boot mailing list