summaryrefslogtreecommitdiffstats
path: root/include/configs/am3517_evm.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2012-05-23 07:57:57 +0000
committerJoe Hershberger <joe.hershberger@ni.com>2012-05-23 14:19:22 -0500
commit806150063a6b98d7e757bd9f640af1755bb387fd (patch)
treecdcb29c05eef4236113ea73aeb29837c5a68b9ce /include/configs/am3517_evm.h
parent10cbe3b6a4b2289906fc94bb26810191607ee748 (diff)
downloadblackbird-obmc-uboot-806150063a6b98d7e757bd9f640af1755bb387fd.tar.gz
blackbird-obmc-uboot-806150063a6b98d7e757bd9f640af1755bb387fd.zip
net: Remove CMD_PING where there's no CMD_NET
Some boards claim to need ping, but don't support net. That makes no sense, and causes problems now that ping is in a separate file. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/am3517_evm.h')
-rw-r--r--include/configs/am3517_evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h
index ff8d1b0139..6766ee23d3 100644
--- a/include/configs/am3517_evm.h
+++ b/include/configs/am3517_evm.h
@@ -145,7 +145,7 @@
#define CONFIG_CMD_MMC /* MMC support */
#define CONFIG_CMD_NAND /* NAND support */
#define CONFIG_CMD_DHCP
-#define CONFIG_CMD_PING
+#undef CONFIG_CMD_PING
#undef CONFIG_CMD_FLASH /* flinfo, erase, protect */
#undef CONFIG_CMD_FPGA /* FPGA configuration Support */
OpenPOWER on IntegriCloud