summaryrefslogtreecommitdiff
path: root/include/configs/dragonboard410c.h
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-02-06 21:43:56 +0300
committerTom Rini <trini@konsulko.com>2018-02-09 03:09:03 +0300
commit1811a928c6c7604d6d05a84b4d552a7c31b4994e (patch)
tree7290cbb48a592acd901b0fab235dd08efb54b8ee /include/configs/dragonboard410c.h
parent560eeee8c2953badfe2a12737ff8e66fefad7944 (diff)
downloadu-boot-1811a928c6c7604d6d05a84b4d552a7c31b4994e.tar.xz
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
config_fallbacks.h has some logic that sets HAVE_BLOCK_DEVICE based on a list of enabled options. Moving HAVE_BLOCK_DEVICE to Kconfig allows us to drastically shrink the logic in config_fallbacks.h Signed-off-by: Adam Ford <aford173@gmail.com> [trini: Rename HAVE_BLOCK_DEVICE to CONFIG_BLOCK_DEVICE] Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/dragonboard410c.h')
-rw-r--r--include/configs/dragonboard410c.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h
index 530d667da8..d19e60a6be 100644
--- a/include/configs/dragonboard410c.h
+++ b/include/configs/dragonboard410c.h
@@ -43,9 +43,6 @@
/* Disabled by default as some sub-commands can brick eMMC */
/*#define CONFIG_SUPPORT_EMMC_BOOT */
-/* Partition table support */
-#define HAVE_BLOCK_DEVICE /* Needed for partition commands */
-
#include <config_distro_defaults.h>
/* BOOTP options */