Skip to content

Commit

Permalink
Blackfin arch: Add support for the M25P16 SPI FLash
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Michael Hennerich authored and Bryan Wu committed Aug 5, 2007
1 parent 1d945e2 commit 7735cef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/blackfin/mach-bf548/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ ENTRY(_bfin_reset)
CLI R6;
SSYNC;

#if 0 /* Need to determine later if this is here necessary for BF54x */
#if defined(CONFIG_MTD_M25P80)
/*
* The following code fix the SPI flash reboot issue,
Expand Down Expand Up @@ -413,6 +414,7 @@ _delay_lab0_end:
nop;
_delay_lab1_end:
nop;
#endif
#endif

/* Clear the bits 13-15 in SWRST if they werent cleared */
Expand Down

0 comments on commit 7735cef

Please sign in to comment.