Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad5dd977 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

Blackfin arch: make sure L2 start and length are always defined (fixes building on BF542)

parent cdbf4c3c
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -94,14 +94,14 @@
#endif /*CONFIG_BFIN_DCACHE*/

/* Level 2 Memory */
#if !defined(CONFIG_BF542)
#define L2_START            0xFEB00000
# if defined(CONFIG_BF544)
#if defined(CONFIG_BF542)
# define L2_LENGTH          0
#elif defined(CONFIG_BF544)
# define L2_LENGTH          0x10000
#else
# define L2_LENGTH          0x20000
#endif
#endif

/* Scratch Pad Memory */