mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-18 11:16:11 -04:00
mxc_spi.c: typo fixed
Signed-off-by: Helmut Raiger <helmut.raiger@hale.at>
This commit is contained in:
parent
953ee4d09e
commit
61a58a16f8
@ -31,7 +31,7 @@
|
|||||||
/* i.MX27 has a completely wrong register layout and register definitions in the
|
/* i.MX27 has a completely wrong register layout and register definitions in the
|
||||||
* datasheet, the correct one is in the Freescale's Linux driver */
|
* datasheet, the correct one is in the Freescale's Linux driver */
|
||||||
|
|
||||||
#error "i.MX27 CSPI not supported due to drastic differences in register definisions" \
|
#error "i.MX27 CSPI not supported due to drastic differences in register definitions" \
|
||||||
"See linux mxc_spi driver from Freescale for details."
|
"See linux mxc_spi driver from Freescale for details."
|
||||||
|
|
||||||
#elif defined(CONFIG_MX31)
|
#elif defined(CONFIG_MX31)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user