Skip to content
Snippets Groups Projects
Commit 704f1f0c authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: bf537: fix L1 data defines


The __BFIN_DEF_ADSP_BF537_proc__ define isn't setup anymore, so use
the one coming from the compiler.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 42246c3f
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
#include "ADSP-EDN-BF534-extended_def.h"
#if defined(__BFIN_DEF_ADSP_BF537_proc__) || !defined(__BFIN_DEF_ADSP_BF536_proc__)
#if !defined(__ADSPBF536__)
#define L1_DATA_A_SRAM 0xFF800000 /* 0xFF800000 -> 0xFF803FFF Data Bank A SRAM */
#define L1_DATA_A_SRAM_SIZE (0xFF803FFF - 0xFF800000 + 1)
#define L1_DATA_A_SRAM_END (L1_DATA_A_SRAM + L1_DATA_A_SRAM_SIZE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment