mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
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:
parent
7bed5de6b0
commit
bce99ec378
5 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue