Commits
Tom Rini committed 68996b84b60
am335x_evm: Clarify when we build board_eth_init If we build this function in cases where we would be discarding it anyhow we still end up with maybe unused warnings. Rather than litter the function with __maybe_unused, just spell out when to build it. Signed-off-by: Tom Rini <trini@ti.com>