diff options
author | T Karthik Reddy <t.karthik.reddy@xilinx.com> | 2019-06-25 13:39:01 +0200 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2019-07-15 10:16:49 +0800 |
commit | e3a14b6684bc591d0648e2bb8de383074ee81f43 (patch) | |
tree | 9fdf02ad5fe644903c7fac59f4e3c6d42670a73b /include/mvebu_mmc.h | |
parent | 6070ef409c1018860e8dd1f077297546d9d80115 (diff) | |
download | u-boot-e3a14b6684bc591d0648e2bb8de383074ee81f43.tar.gz |
mmc: mvebu: Remove unused MMC_CAP.. macros
Removed MMC_CAP_NONREMOVABLE, MMC_CAP_NEEDS_POLL macros from
mvebu_mmc.h to avoid redefining of these macros when compiled with
mvebu based configs.
Signed-off-by: T Karthik Reddy <t.karthik.reddy@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/mvebu_mmc.h')
-rw-r--r-- | include/mvebu_mmc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mvebu_mmc.h b/include/mvebu_mmc.h index d51b1fe467..7397165f67 100644 --- a/include/mvebu_mmc.h +++ b/include/mvebu_mmc.h @@ -222,13 +222,9 @@ #define MMC_CAP_SDIO_IRQ (1 << 3) /* Talks only SPI protocols */ #define MMC_CAP_SPI (1 << 4) -/* Needs polling for card-detection */ -#define MMC_CAP_NEEDS_POLL (1 << 5) /* Can the host do 8 bit transfers */ #define MMC_CAP_8_BIT_DATA (1 << 6) -/* Nonremovable e.g. eMMC */ -#define MMC_CAP_NONREMOVABLE (1 << 8) /* Waits while card is busy */ #define MMC_CAP_WAIT_WHILE_BUSY (1 << 9) /* Allow erase/trim commands */ |