[U-Boot] [PATCH 1/2] net: fec_mxc: Adjust RX DMA alignment for mx6solox
Fabio Estevam
festevam at gmail.com
Wed Aug 20 23:21:06 CEST 2014
On Wed, Aug 20, 2014 at 6:11 PM, Otavio Salvador
<otavio at ossystems.com.br> wrote:
>> Not sure I understood your suggestion. Care to provide an example?
>
> static int _rx_alignment()
> {
> #ifdef SX
> static int v = ??;
> #else
> static int v = ??;
> #endif
>
> return v;
Understood it now. Will do like this in v2. Thanks
More information about the U-Boot
mailing list