diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2007-07-12 04:20:21 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-07-12 04:20:21 -0400 |
commit | 157cc5aad94fb7025c41a60788c1bfb5299010aa (patch) | |
tree | 2f2c2f0e82b0f9ec79afe5845fb7487d3803b467 | |
parent | f40d24d909ad99c802a6813ff32b6feb20ab8c71 (diff) |
Blackfin arch: Disable CACHELINE_ALIGNED_L1 for BF54x by default
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
-rw-r--r-- | arch/blackfin/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 6d23bcc61940..2372b0382a6e 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -540,7 +540,8 @@ config IP_CHECKSUM_L1 | |||
540 | 540 | ||
541 | config CACHELINE_ALIGNED_L1 | 541 | config CACHELINE_ALIGNED_L1 |
542 | bool "Locate cacheline_aligned data to L1 Data Memory" | 542 | bool "Locate cacheline_aligned data to L1 Data Memory" |
543 | default y | 543 | default y if !BF54x |
544 | default n if BF54x | ||
544 | depends on !BF531 | 545 | depends on !BF531 |
545 | help | 546 | help |
546 | If enabled cacheline_anligned data is linked | 547 | If enabled cacheline_anligned data is linked |