|
@@ -35,14 +35,14 @@
|
|
|
/* Memory Map for ADSP-BF561 processors */
|
|
|
|
|
|
#ifdef CONFIG_BF561
|
|
|
-#define COREA_L1_CODE_START 0xFFA00000
|
|
|
+#define COREA_L1_CODE_START 0xFFA00000
|
|
|
#define COREA_L1_DATA_A_START 0xFF800000
|
|
|
#define COREA_L1_DATA_B_START 0xFF900000
|
|
|
-#define COREB_L1_CODE_START 0xFF600000
|
|
|
-#define COREB_L1_DATA_A_START 0xFF500000
|
|
|
-#define COREB_L1_DATA_B_START 0xFF400000
|
|
|
+#define COREB_L1_CODE_START 0xFF600000
|
|
|
+#define COREB_L1_DATA_A_START 0xFF400000
|
|
|
+#define COREB_L1_DATA_B_START 0xFF500000
|
|
|
|
|
|
-#define L1_CODE_START COREA_L1_CODE_START
|
|
|
+#define L1_CODE_START COREA_L1_CODE_START
|
|
|
#define L1_DATA_A_START COREA_L1_DATA_A_START
|
|
|
#define L1_DATA_B_START COREA_L1_DATA_B_START
|
|
|
|