Skip to content

Commit

Permalink
Blackfin arch: Disable CACHELINE_ALIGNED_L1 for BF54x by default
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Michael Hennerich authored and Bryan Wu committed Jul 12, 2007
1 parent f40d24d commit 157cc5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch/blackfin/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,8 @@ config IP_CHECKSUM_L1

config CACHELINE_ALIGNED_L1
bool "Locate cacheline_aligned data to L1 Data Memory"
default y
default y if !BF54x
default n if BF54x
depends on !BF531
help
If enabled cacheline_anligned data is linked
Expand Down

0 comments on commit 157cc5a

Please sign in to comment.