Yangbo Lu | 5a8dbdc | 2015-04-22 13:57:00 +0800 | [diff] [blame] | 1 | Freescale esdhc-specific options |
Wang Huan | c82e9de | 2014-09-05 13:52:39 +0800 | [diff] [blame] | 2 | |
Yangbo Lu | 5a8dbdc | 2015-04-22 13:57:00 +0800 | [diff] [blame] | 3 | - CONFIG_SYS_FSL_ESDHC_LE |
| 4 | ESDHC IP is in little-endian mode. Accessing ESDHC registers can be |
| 5 | determined by ESDHC IP's endian mode or processor's endian mode. |
| 6 | - CONFIG_SYS_FSL_ESDHC_BE |
| 7 | ESDHC IP is in big-endian mode. Accessing ESDHC registers can be determined |
| 8 | by ESDHC IP's endian mode or processor's endian mode. |