diff --git a/include/configs/ipq40xx.h b/include/configs/ipq40xx.h index 4ecec699dc..7e4189788d 100644 --- a/include/configs/ipq40xx.h +++ b/include/configs/ipq40xx.h @@ -278,4 +278,11 @@ 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 29af02f7ea..2c01ddbef6 100644 --- a/include/configs/ipq806x.h +++ b/include/configs/ipq806x.h @@ -334,5 +334,11 @@ 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 19a708fc94..8be264c68b 100644 --- a/include/configs/ipq807x.h +++ b/include/configs/ipq807x.h @@ -296,5 +296,11 @@ 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 */