X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=board%2Fti%2Fti816x%2Fevm.c;h=de9e91a685b9f22aadaeab1ece2223ed4fae3013;hb=9fb625ce05539fe6876a59ce1dcadb76b33c6f6e;hp=abc961a86e06c5f7183e4c74ade85a145f5a8aee;hpb=9925f1dbc38c0ef7220c6fca5968c708b8e48764;p=oweals%2Fu-boot.git diff --git a/board/ti/ti816x/evm.c b/board/ti/ti816x/evm.c index abc961a86e..de9e91a685 100644 --- a/board/ti/ti816x/evm.c +++ b/board/ti/ti816x/evm.c @@ -1,16 +1,15 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * evm.c * * Copyright (C) 2013, Adeneo Embedded * Antoine Tenart, - * - * SPDX-License-Identifier: GPL-2.0+ */ #include +#include #include #include -#include #include #include #include @@ -57,7 +56,7 @@ int board_eth_init(bd_t *bis) printf("Unable to read MAC address. Set \n"); } - return davinci_emac_initialize(); + return 0; } #ifdef CONFIG_SPL_BUILD