summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJagannadha Sutradharudu Teki <jaganna@xilinx.com>2013-09-24 16:03:45 +0530
committerJagannadha Sutradharudu Teki <jaganna@xilinx.com>2013-10-07 17:55:46 +0530
commitaf1679bc30b11b90f9f6650d211b3fe350f4044f (patch)
tree4eb45c96c0033170478422648ae42eb40ac41d96 /include
parent7ab35d922d80e151f9fe6a785a736b0d8612c589 (diff)
downloadblackbird-obmc-uboot-af1679bc30b11b90f9f6650d211b3fe350f4044f.tar.gz
blackbird-obmc-uboot-af1679bc30b11b90f9f6650d211b3fe350f4044f.zip
sf: ramtron: Add support for separate flash driver
Compared to other spi flashes, ramtron has a different probing and implementation on flash ops, hence moved ramtron probe code into ramtron driver. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/top9000.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/top9000.h b/include/configs/top9000.h
index 65dabde54f..a6d692872c 100644
--- a/include/configs/top9000.h
+++ b/include/configs/top9000.h
@@ -120,7 +120,6 @@
#define CONFIG_ATMEL_SPI0 /* SPI used for FRAM is SPI0 */
#define FRAM_SPI_BUS 0
#define FRAM_CS_NUM 0
-#define CONFIG_SPI_FLASH /* RAMTRON FRAM on SPI bus */
#define CONFIG_SPI_FRAM_RAMTRON
#define CONFIG_SF_DEFAULT_SPEED 1000000 /* be conservative here... */
#define CONFIG_SF_DEFAULT_MODE SPI_MODE_0
OpenPOWER on IntegriCloud