提交 9f2ff54d 编写于 作者: M Mike Frysinger 提交者: Bryan Wu

Blackfin arch: fix broken on BF52x, remove silly checks on processors for L1_SCRATCH defines

Signed-off-by: NMike Frysinger <michael.frysinger@analog.com>
Signed-off-by: NBryan Wu <bryan.wu@analog.com>
上级 9e83b98a
...@@ -90,9 +90,7 @@ ...@@ -90,9 +90,7 @@
/* Scratch Pad Memory */ /* Scratch Pad Memory */
#if defined(CONFIG_BF527) || defined(CONFIG_BF536) || defined(CONFIG_BF534)
#define L1_SCRATCH_START 0xFFB00000 #define L1_SCRATCH_START 0xFFB00000
#define L1_SCRATCH_LENGTH 0x1000 #define L1_SCRATCH_LENGTH 0x1000
#endif
#endif /* _MEM_MAP_527_H_ */ #endif /* _MEM_MAP_527_H_ */
...@@ -160,9 +160,7 @@ ...@@ -160,9 +160,7 @@
/* Scratch Pad Memory */ /* Scratch Pad Memory */
#if defined(CONFIG_BF533) || defined(CONFIG_BF532) || defined(CONFIG_BF531)
#define L1_SCRATCH_START 0xFFB00000 #define L1_SCRATCH_START 0xFFB00000
#define L1_SCRATCH_LENGTH 0x1000 #define L1_SCRATCH_LENGTH 0x1000
#endif
#endif /* _MEM_MAP_533_H_ */ #endif /* _MEM_MAP_533_H_ */
...@@ -167,9 +167,7 @@ ...@@ -167,9 +167,7 @@
/* Scratch Pad Memory */ /* Scratch Pad Memory */
#if defined(CONFIG_BF537) || defined(CONFIG_BF536) || defined(CONFIG_BF534)
#define L1_SCRATCH_START 0xFFB00000 #define L1_SCRATCH_START 0xFFB00000
#define L1_SCRATCH_LENGTH 0x1000 #define L1_SCRATCH_LENGTH 0x1000
#endif
#endif /* _MEM_MAP_537_H_ */ #endif /* _MEM_MAP_537_H_ */
...@@ -89,9 +89,7 @@ ...@@ -89,9 +89,7 @@
/* Scratch Pad Memory */ /* Scratch Pad Memory */
#if defined(CONFIG_BF54x)
#define L1_SCRATCH_START 0xFFB00000 #define L1_SCRATCH_START 0xFFB00000
#define L1_SCRATCH_LENGTH 0x1000 #define L1_SCRATCH_LENGTH 0x1000
#endif
#endif/* _MEM_MAP_548_H_ */ #endif/* _MEM_MAP_548_H_ */
...@@ -67,9 +67,7 @@ ...@@ -67,9 +67,7 @@
/* Scratch Pad Memory */ /* Scratch Pad Memory */
#if defined(CONFIG_BF561)
#define L1_SCRATCH_START 0xFFB00000 #define L1_SCRATCH_START 0xFFB00000
#define L1_SCRATCH_LENGTH 0x1000 #define L1_SCRATCH_LENGTH 0x1000
#endif
#endif /* _MEM_MAP_533_H_ */ #endif /* _MEM_MAP_533_H_ */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册