[U-Boot] [PATCH 13/53] armv8: ls1043aqds: define environment address for QSPI boot

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



> -----Original Message-----
> From: York Sun
> Sent: Wednesday, October 3, 2018 9:48 PM
> To: Rajesh Bhagat <rajesh.bhagat at nxp.com>; u-boot at lists.denx.de
> Cc: Prabhakar Kushwaha <prabhakar.kushwaha at nxp.com>
> Subject: Re: [PATCH 13/53] armv8: ls1043aqds: define environment address
> for QSPI boot
> 
> On 10/03/2018 04:38 AM, Rajesh Bhagat wrote:
> > Defines environment address for QSPI boot
> >
> > Signed-off-by: Rajesh Bhagat <rajesh.bhagat at nxp.com>
> > ---
> >  board/freescale/ls1043aqds/ls1043aqds.c | 10 ++++++++++
> >  1 file changed, 10 insertions(+)
> >
> > diff --git a/board/freescale/ls1043aqds/ls1043aqds.c
> b/board/freescale/ls1043aqds/ls1043aqds.c
> > index 5247d9ac14..1f317a4574 100644
> > --- a/board/freescale/ls1043aqds/ls1043aqds.c
> > +++ b/board/freescale/ls1043aqds/ls1043aqds.c
> > @@ -13,6 +13,9 @@
> >  #include <asm/arch/ppa.h>
> >  #include <asm/arch/fdt.h>
> >  #include <asm/arch/mmu.h>
> > +#ifdef CONFIG_TFABOOT
> 
> Do you have to use ifdef here?
> 

Will remove extra ifdef in v2.

> > +#include <asm/arch/cpu.h>
> > +#endif
> 
> York


More information about the U-Boot mailing list