summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-23 10:24:52 -0400
committerTom Rini <trini@konsulko.com>2020-05-23 10:26:58 -0400
commit6379c79ca01e347cf8f50b0072c755919b03641b (patch)
tree13f056b4c1f5a5abe3a7ea079fbf3512dfd2dcde
parent6bc46c86c9507ca0a13b8cb550e949042f493b84 (diff)
downloadu-boot-WIP/enforce-blk-drop-legacy-mmc-usb.tar.gz
udoo: Drop MMC from distro bootWIP/enforce-blk-drop-legacy-mmc-usb
Signed-off-by: Tom Rini <trini@konsulko.com> --- Note that the warnings about LIBATA without AHCI look to be easily fixable by just enabling the right options, but I cannot run-time test it.
-rw-r--r--include/configs/udoo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/udoo.h b/include/configs/udoo.h
index 54f472d595..58b4652922 100644
--- a/include/configs/udoo.h
+++ b/include/configs/udoo.h
@@ -65,7 +65,6 @@
BOOTENV
#define BOOT_TARGET_DEVICES(func) \
- func(MMC, mmc, 0) \
func(SATA, sata, 0) \
func(DHCP, dhcp, na)