diff options
| author | Jagannadha Sutradharudu Teki <jaganna@xilinx.com> | 2013-09-24 16:03:45 +0530 | 
|---|---|---|
| committer | Jagannadha Sutradharudu Teki <jaganna@xilinx.com> | 2013-10-07 17:55:46 +0530 | 
| commit | af1679bc30b11b90f9f6650d211b3fe350f4044f (patch) | |
| tree | 4eb45c96c0033170478422648ae42eb40ac41d96 /include | |
| parent | 7ab35d922d80e151f9fe6a785a736b0d8612c589 (diff) | |
| download | olio-uboot-2014.01-af1679bc30b11b90f9f6650d211b3fe350f4044f.tar.xz olio-uboot-2014.01-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.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/include/configs/top9000.h b/include/configs/top9000.h index 65dabde54..a6d692872 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 |