diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-09-17 23:13:10 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-09-20 17:55:37 +0200 |
commit | fd37f195cacc068ad4c070dd794643fcb25ef21a (patch) | |
tree | 517c178c74e02b31866618de48d658806fd52f6e /include/ns16550.h | |
parent | 1d585241264e5bf465e398cde4cc6c4e42c0a27e (diff) | |
download | u-boot-imx-fd37f195cacc068ad4c070dd794643fcb25ef21a.zip u-boot-imx-fd37f195cacc068ad4c070dd794643fcb25ef21a.tar.gz u-boot-imx-fd37f195cacc068ad4c070dd794643fcb25ef21a.tar.bz2 |
net: fec_mxc: Fix timeouts during tftp transfer
Performing tftp transfers on mx28 results in random timeouts.
Hector Palacios and Robert Hodaszi analyzed the root cause being related to the
wrong alignment of the 'buff' buffer inside fec_recv().
Benoît Thébaudeau provided an excellent analysis of the alignment bug that is
present on older versions, such as GCC 4.5.4:
http://marc.info/?l=u-boot&m=137942904906131&w=2
Use ALLOC_CACHE_ALIGN_BUFFER() to avoid alignment issues from older GCC
versions.
Reported-by: Hector Palacios <hector.palacios@digi.com>
Tested-by: Oliver Metz <oliver@freetz.org>
Tested-by: Hector Palacios <hector.palacios@digi.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Marek Vasut <marex@denx.de>
Tested-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/ns16550.h')
0 files changed, 0 insertions, 0 deletions