mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 21:24:29 +00:00
39913acedd
The eSDHC adapter card identification and multiplexing configuration through FPGA had been implemented in both common mmc driver and fsl_esdhc driver. However it is proper to move these code to board files and do it during board initialization. The FPGA registers are also board specific. This patch is to move eSDHC adapter card identification and multiplexing configuration from mmc driver to specific board files. And the option CONFIG_FSL_ESDHC_ADAPTER_IDENT is no longer needed. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> [Rebased, Removed T1040QDS change as board does not exist] Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
8 lines
359 B
Text
8 lines
359 B
Text
Freescale esdhc-specific options
|
|
|
|
- CONFIG_SYS_FSL_ESDHC_LE
|
|
ESDHC IP is in little-endian mode. Accessing ESDHC registers can be
|
|
determined by ESDHC IP's endian mode or processor's endian mode.
|
|
- CONFIG_SYS_FSL_ESDHC_BE
|
|
ESDHC IP is in big-endian mode. Accessing ESDHC registers can be determined
|
|
by ESDHC IP's endian mode or processor's endian mode.
|