]> git.ipfire.org Git - people/ms/u-boot.git/commit - board/ti/am335x/board.c
am335x_evm: Clarify when we build board_eth_init
authorTom Rini <trini@ti.com>
Wed, 26 Mar 2014 19:53:12 +0000 (15:53 -0400)
committerTom Rini <trini@ti.com>
Fri, 28 Mar 2014 19:15:10 +0000 (15:15 -0400)
commit68996b84b6060e186c617dadefd3037f5f8b7420
tree2fe59e4c78e45be15ff40d65092b93de7affe0dc
parent6bd04bb48715dc8e8f6d1a3389f886698bba0dc0
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>
board/ti/am335x/board.c