u-boot-brain/board/ti/evm
Sanjeev Premi 5626f336ca 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>
2011-08-03 12:49:19 +02:00
..
config.mk omap3evm: Support relocation 2010-11-04 16:01:46 -04:00
evm.c omap3evm: eth: Include functions only when necessary 2011-08-03 12:49:19 +02:00
evm.h omap3evm: eth: split function setup_net_chip 2011-08-03 12:49:18 +02:00
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00