From: Egbert Eich <eich@suse.com>
Date: Fri, 4 Oct 2013 17:42:53 +0000 (+0200)
Subject: config: Define HAVE_BLOCK_DEVICE when CONFIG_CMD_GPT is set
X-Git-Tag: v2025.01-rc5-pxa1908~15675
X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/gitweb.css?a=commitdiff_plain;h=f9cd3d3a2b03b350229548fe4f1ef632e4c3007f;p=u-boot.git

config: Define HAVE_BLOCK_DEVICE when CONFIG_CMD_GPT is set

Signed-off-by: Egbert Eich <eich@suse.com>
---

diff --git a/include/config_fallbacks.h b/include/config_fallbacks.h
index 46dfccb82e..3633b09aa9 100644
--- a/include/config_fallbacks.h
+++ b/include/config_fallbacks.h
@@ -48,6 +48,7 @@
 	defined(CONFIG_CMD_SCSI) || \
 	defined(CONFIG_CMD_USB) || \
 	defined(CONFIG_CMD_PART) || \
+	defined(CONFIG_CMD_GPT) || \
 	defined(CONFIG_MMC) || \
 	defined(CONFIG_SYSTEMACE)
 #define HAVE_BLOCK_DEVICE