summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorAlessandro Rubini <rubini@unipv.it>2009-02-09 15:53:33 +0100
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-02-22 13:40:31 +0100
commitd3be1bcae7a8207e0a79ffd035d0e90f80378295 (patch)
treeb6c21d8c20113f7333b4d74d073a8dcb6049602e /include/configs
parent0d8c6eab2481046e9446264bfe9402bb98ddf433 (diff)
downloadtalos-obmc-uboot-d3be1bcae7a8207e0a79ffd035d0e90f80378295.tar.gz
talos-obmc-uboot-d3be1bcae7a8207e0a79ffd035d0e90f80378295.zip
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>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/nmdk8815.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/nmdk8815.h b/include/configs/nmdk8815.h
index 0df989f325..b37352e0bc 100644
--- a/include/configs/nmdk8815.h
+++ b/include/configs/nmdk8815.h
@@ -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
OpenPOWER on IntegriCloud