From 7e3a647968e1c03cb542a98c851511372b3a41d0 Mon Sep 17 00:00:00 2001 From: Gokul Sriram Palanisamy Date: Thu, 8 Jun 2017 17:13:49 +0530 Subject: [PATCH] Revert "ipq: Enabled crc32 command" This reverts commit adc145b30eb407648f079aaf6dfb81b2e445b68f. Change-Id: Ica9583b32b1d228469926e8888b03ab3d8814946 Signed-off-by: Gokul Sriram Palanisamy --- include/configs/ipq40xx.h | 7 ------- include/configs/ipq806x.h | 6 ------ include/configs/ipq807x.h | 6 ------ 3 files changed, 19 deletions(-) diff --git a/include/configs/ipq40xx.h b/include/configs/ipq40xx.h index 7e4189788d..4ecec699dc 100644 --- a/include/configs/ipq40xx.h +++ b/include/configs/ipq40xx.h @@ -278,11 +278,4 @@ typedef struct { #define CONFIG_CMD_PCI #define CONFIG_PCI_SCAN_SHOW #endif - -/* - * Other commands - */ - -#define CONFIG_CMD_CRC32 - #endif /* _IPQ40XX_H */ diff --git a/include/configs/ipq806x.h b/include/configs/ipq806x.h index 2c01ddbef6..29af02f7ea 100644 --- a/include/configs/ipq806x.h +++ b/include/configs/ipq806x.h @@ -334,11 +334,5 @@ typedef struct { #define GPIO_CONFIG_ADDR(x) (TLMM_BASE_ADDR + 0x1000 + (x)*0x10) #define GPIO_IN_OUT_ADDR(x) (TLMM_BASE_ADDR + 0x1004 + (x)*0x10) -/* - * Other commands - */ - -#define CONFIG_CMD_CRC32 - #endif /* _IPQ806x_CDP_H */ diff --git a/include/configs/ipq807x.h b/include/configs/ipq807x.h index d7d2d5ff51..5c490180ca 100644 --- a/include/configs/ipq807x.h +++ b/include/configs/ipq807x.h @@ -295,11 +295,5 @@ extern loff_t board_env_offset; * By default we are disabling it */ /*#define CONFIG_IPQ_REPORT_L2ERR*/ -/* - * Other commands - */ - -#define CONFIG_CMD_CRC32 - #endif /* _IPQCDP_H */