]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Revert "SMC911x driver fixed for NFS boot"
authorWolfgang Denk <wd@denx.de>
Sun, 14 Jun 2009 18:31:36 +0000 (20:31 +0200)
committerWolfgang Denk <wd@denx.de>
Sun, 14 Jun 2009 18:31:36 +0000 (20:31 +0200)
commitc3147c1762f8caf99649051116a2411bdf887c10
treeb1b671f684e058b6d52794308d3165fbf3690790
parente7563aff174f77aa61dab1ef5d9b47bebaa43702
Revert "SMC911x driver fixed for NFS boot"

This reverts commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43,
which causes compile warnings ("large integer implicitly truncated
to unsigned type") on all systems that use this driver. The warning
results from passing long constants (TX_CFG, RX_CFG) into
smc911x_set_mac_csr() which is declared to accept "unsigned
character" arguments only.

Being close to a release, with nobody available to actually test the
code or the suggested fixes, it seems better to revert the patch.
drivers/net/smc911x.c