From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Sat, 23 Aug 2014 08:10:19 +0200 Subject: [U-Boot] [PATCH v5 1/2] net: fec_mxc: Adjust RX DMA alignment for mx6solox In-Reply-To: <1408736439-3780-1-git-send-email-festevam@gmail.com> References: <1408736439-3780-1-git-send-email-festevam@gmail.com> Message-ID: <53F8304B.2080703@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22.08.2014 21:40, Fabio Estevam wrote: > From: Fabio Estevam > > mx6solox has a requirement for 64 bytes alignment for RX DMA transfer. > Other SoCs work with the standard 32 bytes alignment. > > Adjust it accordingly by using 64 bytes aligment in the FEC RX DMA buffers, > which addresses the needs from mx6solox and also works for the other SoCs. > > Signed-off-by: Fabio Estevam Acked-by: Stefan Roese Thanks, Stefan