mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
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>
This commit is contained in:
parent
10cbe3b6a4
commit
806150063a
@ -146,7 +146,7 @@
|
|||||||
#define CONFIG_CMD_MMC /* MMC support */
|
#define CONFIG_CMD_MMC /* MMC support */
|
||||||
#define CONFIG_CMD_NAND /* NAND support */
|
#define CONFIG_CMD_NAND /* NAND support */
|
||||||
#define CONFIG_CMD_DHCP
|
#define CONFIG_CMD_DHCP
|
||||||
#define CONFIG_CMD_PING
|
#undef CONFIG_CMD_PING
|
||||||
|
|
||||||
#undef CONFIG_CMD_FLASH /* flinfo, erase, protect */
|
#undef CONFIG_CMD_FLASH /* flinfo, erase, protect */
|
||||||
#undef CONFIG_CMD_FPGA /* FPGA configuration Support */
|
#undef CONFIG_CMD_FPGA /* FPGA configuration Support */
|
||||||
|
@ -145,7 +145,7 @@
|
|||||||
#define CONFIG_CMD_MMC /* MMC support */
|
#define CONFIG_CMD_MMC /* MMC support */
|
||||||
#define CONFIG_CMD_NAND /* NAND support */
|
#define CONFIG_CMD_NAND /* NAND support */
|
||||||
#define CONFIG_CMD_DHCP
|
#define CONFIG_CMD_DHCP
|
||||||
#define CONFIG_CMD_PING
|
#undef CONFIG_CMD_PING
|
||||||
|
|
||||||
#undef CONFIG_CMD_FLASH /* flinfo, erase, protect */
|
#undef CONFIG_CMD_FLASH /* flinfo, erase, protect */
|
||||||
#undef CONFIG_CMD_FPGA /* FPGA configuration Support */
|
#undef CONFIG_CMD_FPGA /* FPGA configuration Support */
|
||||||
|
@ -83,7 +83,7 @@
|
|||||||
/* Command definition*/
|
/* Command definition*/
|
||||||
#include <config_cmd_default.h>
|
#include <config_cmd_default.h>
|
||||||
|
|
||||||
#define CONFIG_CMD_PING
|
#undef CONFIG_CMD_PING
|
||||||
#define CONFIG_CMD_ELF
|
#define CONFIG_CMD_ELF
|
||||||
#define CONFIG_CMD_DHCP
|
#define CONFIG_CMD_DHCP
|
||||||
#define CONFIG_CMD_MMC
|
#define CONFIG_CMD_MMC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user