diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-10-28 08:57:46 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-11-04 22:06:37 +0100 |
commit | 2e3cd1cda092ccfff376212c63075b84c922b204 (patch) | |
tree | 0b1e7115c16de9a46dba1c25295fedbab911567d /README | |
parent | 41c881c0caed2dd0cc6824ad7b355e15e6c410cd (diff) |
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>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |