u-boot/net
Olav Morken af8626e0c0 Fix IP alignment problem
This patch removes volatile from:
volatile IP_t *ip = (IP_t *)xip;

Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when
using volatile, which causes an exception since xip isn't aligned on a word
boundary.

Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
Signed-off-by: Olav Morken <olavmrk@gmail.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2009-01-28 23:59:28 -08:00
..
Makefile
bootp.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
bootp.h net: express the first argument to NetSetTimeout() in milliseconds 2008-10-18 21:54:00 +02:00
eth.c Moved initialization of PPC4xx EMAC to cpu_eth_init() 2008-11-09 21:38:05 -08:00
net.c Fix IP alignment problem 2009-01-28 23:59:28 -08:00
nfs.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
nfs.h
rarp.c net: express the first argument to NetSetTimeout() in milliseconds 2008-10-18 21:54:00 +02:00
rarp.h
sntp.c net: express the first argument to NetSetTimeout() in milliseconds 2008-10-18 21:54:00 +02:00
sntp.h
tftp.c net: Fix TftpStart() ip:filename bug 2008-12-04 22:51:54 -08:00
tftp.h