mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-19 10:41:58 +01:00
ipq: Enabled crc32 command
Change-Id: I07c406aacefc335e7f31e1f1c610dce6bde67967 Signed-off-by: Saravanan Jaganathan <sjaganat@codeaurora.org>
This commit is contained in:
parent
87d44aae7e
commit
adc145b30e
3 changed files with 19 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue