CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/06/14 08:41:03
Modified files:
sys/arch/armv7/imx: imxesdhc.c
Log message:
If the FDT node has a "non-removable" property, return 1 from the card
detect function. Remove the board-specific return 1 cases as they all
match the case of a "non-removable" property.
Note that this introduces a
sdmmc0: can't enable card
message on the CuBox-i as is has the internal eMMC controller enabled in
its device tree even though there is no eMMC soldered onto the board.
ok jsg@