diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-11-21 02:57:53 -0500 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-11-21 02:57:53 -0500 |
commit | 9f2ff54d7291d4386dc02d6a153e6cc621f32aa8 (patch) | |
tree | 4b91d8f7f2720dd5666d4bac486528a7159a45f3 /include/asm-blackfin/mach-bf527 | |
parent | 9e83b98a79d25136282a1757f879c40ee929a28b (diff) |
Blackfin arch: fix broken on BF52x, remove silly checks on processors for L1_SCRATCH defines
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'include/asm-blackfin/mach-bf527')
-rw-r--r-- | include/asm-blackfin/mach-bf527/mem_map.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-blackfin/mach-bf527/mem_map.h b/include/asm-blackfin/mach-bf527/mem_map.h index c5aa20102b24..bb046984231e 100644 --- a/include/asm-blackfin/mach-bf527/mem_map.h +++ b/include/asm-blackfin/mach-bf527/mem_map.h | |||
@@ -90,9 +90,7 @@ | |||
90 | 90 | ||
91 | /* Scratch Pad Memory */ | 91 | /* Scratch Pad Memory */ |
92 | 92 | ||
93 | #if defined(CONFIG_BF527) || defined(CONFIG_BF536) || defined(CONFIG_BF534) | ||
94 | #define L1_SCRATCH_START 0xFFB00000 | 93 | #define L1_SCRATCH_START 0xFFB00000 |
95 | #define L1_SCRATCH_LENGTH 0x1000 | 94 | #define L1_SCRATCH_LENGTH 0x1000 |
96 | #endif | ||
97 | 95 | ||
98 | #endif /* _MEM_MAP_527_H_ */ | 96 | #endif /* _MEM_MAP_527_H_ */ |