9
0
Fork 0
barebox/drivers
Eric Benard faa8f98ea7 Fix a data abort with fec_imx
edev was allocated using malloc. On one board (NOR boot), we met data abort
in eth_register (at dev_add_param(dev, &edev->param_ip);).
Allocating edev with xzalloc (as in several other drivers) fixed the problem.

Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2010-01-11 18:58:16 +01:00
..
i2c Cleanup colleteral damage from renaming 2009-12-15 10:19:08 +01:00
nand MTD: Correct typo in preprocessor directive. 2009-12-21 15:24:38 +01:00
net Fix a data abort with fec_imx 2010-01-11 18:58:16 +01:00
nor New CFI flash driver: Fix misleading trace when unprotecting a sector 2010-01-05 13:14:37 +01:00
serial Cleanup some more collateral damage from renaming 2009-12-15 21:23:42 +01:00
spi spi: dev->id is an int, not a string, fix debug output 2009-11-24 10:01:07 +01:00
usb rename U-Boot-v2 project to barebox 2009-12-15 10:18:30 +01:00
video fb: Add a i.MX IPU framebuffer driver 2009-12-09 17:05:55 +01:00
Kconfig i2c: new framework 2009-12-03 10:44:42 +01:00
Makefile i2c: new framework 2009-12-03 10:44:42 +01:00