From: Michael Hennerich Date: Sun, 5 Aug 2007 10:55:30 +0000 (+0800) Subject: Blackfin arch: Add support for the M25P16 SPI FLash X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7735cefc4583175486685fced2f457fbe0fd5855;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git Blackfin arch: Add support for the M25P16 SPI FLash Signed-off-by: Michael Hennerich Signed-off-by: Bryan Wu --- diff --git a/arch/blackfin/mach-bf548/head.S b/arch/blackfin/mach-bf548/head.S index e53d74d..4c7d49f 100644 --- 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, @@ -414,6 +415,7 @@ _delay_lab0_end: _delay_lab1_end: nop; #endif +#endif /* Clear the bits 13-15 in SWRST if they werent cleared */ p0.h = hi(SWRST);