commit | de20a4f7ade18c4226ef54664fdfbe6101a7976e | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <lg@denx.de> | Tue Nov 20 13:14:20 2007 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Wed Jan 09 14:37:01 2008 +0100 |
tree | 129fbc965fc801b96e4ad7043bb022a1c5fed08c | |
parent | 635a2c701d2d8c0d6d72d085af9df1d85955742b [diff] |
Fix endianness conversions in rtl8169 driver It is unclear on what platforms this driver has been tested, since noone up to now defines CONFIG_RTL8169 in the board configuration header. Now it has been fixed for a big-endian mpc8241 based linkstation platform. This patch presents the necessary endianness conversion fixes. Signed-off-by: Guennadi Liakhovetski <lg@denx.de>