diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2007-08-05 06:55:30 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-08-05 06:55:30 -0400 |
commit | 7735cefc4583175486685fced2f457fbe0fd5855 (patch) | |
tree | 6c11e1cc0b07eea78489d27fd8b2f36dcb85f84a /arch/blackfin | |
parent | 1d945e2b3e421f2ce01b2eb260392f888406933f (diff) |
Blackfin arch: Add support for the M25P16 SPI FLash
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/mach-bf548/head.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf548/head.S b/arch/blackfin/mach-bf548/head.S index e53d74d4c0a2..4c7d49f41187 100644 --- a/arch/blackfin/mach-bf548/head.S +++ b/arch/blackfin/mach-bf548/head.S | |||
@@ -379,6 +379,7 @@ ENTRY(_bfin_reset) | |||
379 | CLI R6; | 379 | CLI R6; |
380 | SSYNC; | 380 | SSYNC; |
381 | 381 | ||
382 | #if 0 /* Need to determine later if this is here necessary for BF54x */ | ||
382 | #if defined(CONFIG_MTD_M25P80) | 383 | #if defined(CONFIG_MTD_M25P80) |
383 | /* | 384 | /* |
384 | * The following code fix the SPI flash reboot issue, | 385 | * The following code fix the SPI flash reboot issue, |
@@ -414,6 +415,7 @@ _delay_lab0_end: | |||
414 | _delay_lab1_end: | 415 | _delay_lab1_end: |
415 | nop; | 416 | nop; |
416 | #endif | 417 | #endif |
418 | #endif | ||
417 | 419 | ||
418 | /* Clear the bits 13-15 in SWRST if they werent cleared */ | 420 | /* Clear the bits 13-15 in SWRST if they werent cleared */ |
419 | p0.h = hi(SWRST); | 421 | p0.h = hi(SWRST); |