diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-10-02 20:29:26 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2014-10-24 09:35:38 +0200 |
commit | cd82113a98e152b34e727718b729d0c5be44da99 (patch) | |
tree | e2eb28695b750704420697c1557f0bc28069a1fe /include/configs/sunxi-common.h | |
parent | 7ad3b6aa37ccf3caa5b8d6f7d639f2904009ed1e (diff) |
sunxi: Add mmc card-detect functionality
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'include/configs/sunxi-common.h')
-rw-r--r-- | include/configs/sunxi-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 318f526d34..5f54c01653 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -181,6 +181,7 @@ /* GPIO */ #define CONFIG_SUNXI_GPIO +#define CONFIG_SPL_GPIO_SUPPORT #define CONFIG_CMD_GPIO /* Ethernet support */ |