[U-Boot] [PATCH 6/8] net: Move driver-model code into its own file
Bin Meng
bmeng.cn at gmail.com
Mon Jan 18 05:41:10 CET 2016
On Mon, Jan 18, 2016 at 5:52 AM, Simon Glass <sjg at chromium.org> wrote:
> Every other uclass is in its own file. Create a new eth-uclass.c file and
> move the driver-model code into it, so that networking is consistent.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> net/Makefile | 4 +
> net/eth-uclass.c | 549 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
> net/eth.c | 543 ------------------------------------------------------
> 3 files changed, 553 insertions(+), 543 deletions(-)
> create mode 100644 net/eth-uclass.c
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list