[U-Boot] [PATCH] config: Define HAVE_BLOCK_DEVICE when CONFIG_CMD_GPT is set

4 Oct
2013
4 Oct
'13
7:42 p.m.
From: Egbert Eich eich@suse.com
Signed-off-by: Egbert Eich eich@suse.com --- include/config_fallbacks.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/config_fallbacks.h b/include/config_fallbacks.h index e59ee96..5c8acdb 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
--
1.8.1.4

8 Nov
8 Nov
11:26 p.m.
New subject: [U-Boot] config: Define HAVE_BLOCK_DEVICE when CONFIG_CMD_GPT is set
On Fri, Oct 04, 2013 at 07:42:53PM +0200, egbert.eich@gmail.com wrote:
From: Egbert Eich eich@suse.com
Signed-off-by: Egbert Eich eich@suse.com
Applied to u-boot/master, thanks!
--
Tom
4200
Age (days ago)
4235
Last active (days ago)
1 comments
2 participants
participants (2)
-
Egbert Eich
-
Tom Rini