commit | a7d6dbbf5d2eab15f074a3984cc7d271ff8c8921 | [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 | e49f49510c1d0904e6503c4da5f9bd7b2c3bb820 [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>