All,

As per the feedback from Vladimir I tested building the SPL for devkit3250
with the DMA option selected, the DMA driver is not compile.

Is there anything to do to ensure the DMA driver makefile is process
when building the SPL?

For testing purpose, I added the following line to the NAND makefile
inside the  "CONFIG_SPL_BUILD" block and the SPL build properly.
obj-$(CONFIG_DMA_LPC32XX) += ../../dma/lpc32xx_dma.o

Any idea what might be the issue with the SPL build and the selection
of the DMA file?


> -----Original Message-----
> From: Vladimir Zapolskiy [mailto:v...@mleia.com]
> Sent: 14-Aug-15 11:58 AM
>
> Hi Sylvain,
>
> On 13.08.2015 22:40, slemieux.t...@gmail.com wrote:
> > From: Sylvain Lemieux <slemi...@tycoint.com>
> >
> > Incorporate NAND SLC hardware ECC support from legacy LPCLinux NXP BSP.
> > The code taken from the legacy patch is:
> > - lpc32xx SLC NAND driver (hardware ECC support)
> > - lpc3250 header file missing SLC NAND registers definition
> >
> > The legacy driver was updated and clean-up as part of the integration with 
> > the existing NAND SLC driver.
> >
> > Signed-off-by: Sylvain Lemieux <slemi...@tycoint.com>
>
> Looks good, tested on non-SPL build (SPL build produces a programmed
> #warning and the following compilation error due to missing DMA driver
> in SPL)
>
> Tested-by: Vladimir Zapolskiy <v...@mleia.com>
>
> With best wishes,
> Vladimir

________________________________

This e-mail contains privileged and confidential information intended for the 
use of the addressees named above. If you are not the intended recipient of 
this e-mail, you are hereby notified that you must not disseminate, copy or 
take any action in respect of any information contained in it. If you have 
received this e-mail in error, please notify the sender immediately by e-mail 
and immediately destroy this e-mail and its attachments.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to