ipq: cmd: Disabled the cache commands

Disabled the cache commands config CONFIG_CMD_CACHE. This changes
removes the icache and dcache commands.

Signed-off-by: Karthick Shanmugham <kartshan@codeaurora.org>
Change-Id: I0cfd4df12e452a15861f0df7f4512234113d315a
This commit is contained in:
Karthick Shanmugham 2021-03-18 12:44:07 +05:30 committed by Gerrit - the friendly Code Review server
parent 7bed5de6b0
commit bce99ec378
5 changed files with 0 additions and 5 deletions

View file

@ -182,7 +182,6 @@ typedef struct {
* Cache flush and invalidation based on L1 cache, so the cache line
* size is configured to 64 */
#define CONFIG_SYS_CACHELINE_SIZE 64
#define CONFIG_CMD_CACHE
#define CONFIG_QCA_BAM 1
/*

View file

@ -329,7 +329,6 @@ extern loff_t board_env_size;
#else
#define CONFIG_CMD_BOOTZ
#define CONFIG_CMD_CACHE
/* Multicore CPU support */
#define CONFIG_SMP_CMD_SUPPORT

View file

@ -348,7 +348,6 @@ extern loff_t board_env_size;
* Cache flush and invalidation based on L1 cache, so the cache line
* size is configured to 64 */
#define CONFIG_SYS_CACHELINE_SIZE 64
#define CONFIG_CMD_CACHE
/*#define CONFIG_SYS_DCACHE_OFF*/
/* Enabling this flag will report any L2 errors.

View file

@ -347,7 +347,6 @@ typedef struct {
* Cache flush and invalidation based on L1 cache, so the cache line
* size is configured to 64 */
#define CONFIG_SYS_CACHELINE_SIZE 64
#define CONFIG_CMD_CACHE
/*#define CONFIG_SYS_DCACHE_OFF*/
/* Enabling this flag will report any L2 errors.

View file

@ -334,7 +334,6 @@ extern loff_t board_env_size;
* Cache flush and invalidation based on L1 cache, so the cache line
* size is configured to 64 */
#define CONFIG_SYS_CACHELINE_SIZE 64
#define CONFIG_CMD_CACHE
/* Enabling this flag will report any L2 errors.
* By default we are disabling it */