commit | 5626f336caa7d19e7a79bd836a221a6899dc70b5 | [log] [tgz] |
---|---|---|
author | Sanjeev Premi <premi@ti.com> | Mon Jul 18 09:23:00 2011 -0400 |
committer | U-Boot <uboot@aari01-12.(none)> | Wed Aug 03 12:49:19 2011 +0200 |
tree | 3e873f7ba001ee4754c6afa83ab9f0b147fb109a | |
parent | c06825873dbc977028c393cb9cbe320634cb5785 [diff] |
omap3evm: eth: Include functions only when necessary These functions are not required when CONFIG_CMD_NET is not defined: - setup_net_chip() - reset_net_chip() - board_eth_init() This patch wraps them in #ifdef CONFIG_CMD_NET...#endif Signed-off-by: Sanjeev Premi <premi@ti.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>