• S
    MMC: add weak function to detect MMC/SD card · 11fdade2
    Stefano Babic 提交于
    Most controllers can check if there is a card in the slot.
    However, they require pins that could be not available because
    required by other functions and the detection of a card must
    be performed in another way. This patch adds a weak function
    that a board can implement to add its internal custom way
    to check the presence of a MMC/SD card.
    Signed-off-by: NStefano Babic <sbabic@denx.de>
    11fdade2
mmc.h 7.8 KB