Merge "Revert "ipq: Enabled crc32 command""

This commit is contained in:
Linux Build Service Account 2017-06-10 12:13:12 -07:00 committed by Gerrit - the friendly Code Review server
commit 5d5bd81507
3 changed files with 0 additions and 19 deletions

View file

@ -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 */

View file

@ -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 */

View file

@ -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 */