commit | c32a6fd07b1839e4a45729587ebc8e1c55601a4d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 17 14:51:56 2016 -0700 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Thu Jan 28 12:32:45 2016 -0600 |
tree | 29b17ac2ae6aed2d2e1576e0f60767167304604d | |
parent | dfa71e9fcbb142d3cf253054f83e4a4b4ea63f94 [diff] |
net: Don't call board/cpu_eth_init() with driver model We should avoid weak functions with driver model. Existing boards that use driver model don't need them, so let's kill them off. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>