Enable Ethernet for Nomadik 8815 Evaluation Kit

This trivially enables Ethernet support in the debug board
by setting up the proper chip select.

Signed-off-by: Alessandro Rubini <rubini@unipv.it>
Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
This commit is contained in:
Alessandro Rubini
2009-02-09 15:53:33 +01:00
committed by Jean-Christophe PLAGNIOL-VILLARD
parent 0d8c6eab24
commit d3be1bcae7
2 changed files with 7 additions and 1 deletions

View File

@@ -37,8 +37,11 @@
/* commands */
#include <config_cmd_default.h>
#define CONFIG_CMD_NET
#define CONFIG_CMD_PING
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_NFS
/* There is no NOR flash, so undefine these commands */
#undef CONFIG_CMD_FLASH
#undef CONFIG_CMD_IMLS