mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
README: Fix supported i.MX SoC list for CONFIG_MXC_SPI
CONFIG_MXC_SPI currently works on MX31/35/51 boards, so update the README file. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
parent
41c881c0ca
commit
2e3cd1cda0
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -1904,7 +1904,7 @@ The following options need to be configured:
|
|||
CONFIG_MXC_SPI
|
||||
|
||||
Enables the driver for the SPI controllers on i.MX and MXC
|
||||
SoCs. Currently only i.MX31 is supported.
|
||||
SoCs. Currently i.MX31/35/51 are supported.
|
||||
|
||||
- FPGA Support: CONFIG_FPGA
|
||||
|
||||
|
|
Loading…
Reference in a new issue