Skip to content
Snippets Groups Projects
Commit da51e424 authored by Laurence Withers's avatar Laurence Withers Committed by U-Boot
Browse files

DaVinci EMAC: declare function for all DA8xx CPUs


The function davinci_emac_mii_mode_sel() is defined in
board/davinci/common/misc.c for any DA8xx CPU which has
CONFIG_DRIVER_TI_EMAC enabled. However, the prototype was only being
declared in <include/asm/arch/davinci_misc.h> for the DA850 EVM board.
This patch declares it for all DA8xx CPUs where CONFIG_DRIVER_TI_EMAC
is enabled.

Signed-off-by: default avatarLaurence Withers <lwithers@guralp.com>
Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
parent f517afd5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment