From: Joe Hershberger Date: Wed, 23 May 2012 07:57:57 +0000 (+0000) Subject: net: Remove CMD_PING where there's no CMD_NET X-Git-Tag: v2012.07-rc1~88 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=806150063a6b98d7e757bd9f640af1755bb387fd;p=karo-tx-uboot.git 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 Acked-by: Simon Glass --- diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h index 1233985aa6..827a6159f2 100644 --- a/include/configs/am3517_crane.h +++ b/include/configs/am3517_crane.h @@ -146,7 +146,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 */ 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 */ diff --git a/include/configs/origen.h b/include/configs/origen.h index 367f991848..d4d0f84be6 100644 --- a/include/configs/origen.h +++ b/include/configs/origen.h @@ -83,7 +83,7 @@ /* Command definition*/ #include -#define CONFIG_CMD_PING +#undef CONFIG_CMD_PING #define CONFIG_CMD_ELF #define CONFIG_CMD_DHCP #define CONFIG_CMD_MMC