projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d945e2
)
Blackfin arch: Add support for the M25P16 SPI FLash
author
Michael Hennerich
<michael.hennerich@analog.com>
Sun, 5 Aug 2007 10:55:30 +0000
(18:55 +0800)
committer
Bryan Wu
<bryan.wu@analog.com>
Sun, 5 Aug 2007 10:55:30 +0000
(18:55 +0800)
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
arch/blackfin/mach-bf548/head.S
patch
|
blob
|
history
diff --git
a/arch/blackfin/mach-bf548/head.S
b/arch/blackfin/mach-bf548/head.S
index e53d74d4c0a2caa806226949051ec1d322904d75..4c7d49f4118768b8eb86fbcc1fec87cf612412ec 100644
(file)
--- a/
arch/blackfin/mach-bf548/head.S
+++ b/
arch/blackfin/mach-bf548/head.S
@@
-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,
@@
-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 */