diff options
author | Jagannadha Sutradharudu Teki <jaganna@xilinx.com> | 2014-01-11 15:25:04 +0530 |
---|---|---|
committer | Jagannadha Sutradharudu Teki <jaganna@xilinx.com> | 2014-01-12 21:40:22 +0530 |
commit | b902e07cea51e33fbe36453f7b1412dd7bbe760f (patch) | |
tree | eeddfd3f94263f3557bdb3f6b6f1dabfc3757779 /README | |
parent | 056fbc73d54df64adcb93c513cba708acb2683bd (diff) | |
download | u-boot-imx-b902e07cea51e33fbe36453f7b1412dd7bbe760f.zip u-boot-imx-b902e07cea51e33fbe36453f7b1412dd7bbe760f.tar.gz u-boot-imx-b902e07cea51e33fbe36453f7b1412dd7bbe760f.tar.bz2 |
sf: Add CONFIG_SF_DUAL_FLASH
This config will use for defining greater than single flash support.
currently - DUAL_STACKED and DUAL_PARALLEL.
Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2756,6 +2756,12 @@ CBFS (Coreboot Filesystem) support Define this option to use the Bank addr/Extended addr support on SPI flashes which has size > 16Mbytes. + CONFIG_SF_DUAL_FLASH Dual flash memories + + Define this option to use dual flash support where two flash + memories can be connected with a given cs line. + currently Xilinx Zynq qspi support these type of connections. + - SystemACE Support: CONFIG_SYSTEMACE |