diff options
author | Tom Rini <trini@ti.com> | 2014-08-05 17:16:16 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-06 08:38:19 -0400 |
commit | 336450f5fc1c0d6eb0d95c536dadf0cc07466a4d (patch) | |
tree | 40e03d354dd408f74ff91beb687e5c08768aef60 /README | |
parent | dcdb61a084bd3840d0987a5d01ae506c11efca1b (diff) | |
parent | f659b57361c4a351ef2a5fc23b9197428e2e67f0 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-spi
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2597,6 +2597,10 @@ CBFS (Coreboot Filesystem) support Enables the driver for the SPI controllers on i.MX and MXC SoCs. Currently i.MX31/35/51 are supported. + CONFIG_SYS_SPI_MXC_WAIT + Timeout for waiting until spi transfer completed. + default: (CONFIG_SYS_HZ/100) /* 10 ms */ + - FPGA Support: CONFIG_FPGA Enables FPGA subsystem. |