提交 7735cefc 编写于 作者: M Michael Hennerich 提交者: Bryan Wu

Blackfin arch: Add support for the M25P16 SPI FLash

Signed-off-by: NMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: NBryan Wu <bryan.wu@analog.com>
上级 1d945e2b
...@@ -379,6 +379,7 @@ ENTRY(_bfin_reset) ...@@ -379,6 +379,7 @@ ENTRY(_bfin_reset)
CLI R6; CLI R6;
SSYNC; SSYNC;
#if 0 /* Need to determine later if this is here necessary for BF54x */
#if defined(CONFIG_MTD_M25P80) #if defined(CONFIG_MTD_M25P80)
/* /*
* The following code fix the SPI flash reboot issue, * The following code fix the SPI flash reboot issue,
...@@ -413,6 +414,7 @@ _delay_lab0_end: ...@@ -413,6 +414,7 @@ _delay_lab0_end:
nop; nop;
_delay_lab1_end: _delay_lab1_end:
nop; nop;
#endif
#endif #endif
/* Clear the bits 13-15 in SWRST if they werent cleared */ /* Clear the bits 13-15 in SWRST if they werent cleared */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册