summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/configs/coreboot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 164195096ec..43c8eee4e40 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -36,6 +36,7 @@
#define BUILD_CMD_LINE_STUFF 0
#define BUILD_IDE_STUFF 0
#define BUILD_NETWORK_STUFF 0
+#define BUILD_PART_FS_STUFF 0
/* FDT support */
#define CONFIG_OF_LIBFDT /* Device tree support */
@@ -119,6 +120,7 @@
#define CONFIG_SYS_ATA_ALT_OFFSET 0x200
#endif
+#if BUILD_PART_FS_STUFF
#define CONFIG_SUPPORT_VFAT
/************************************************************
@@ -126,6 +128,7 @@
************************************************************/
#define CONFIG_EFI_PARTITION
#define CONFIG_DOS_PARTITION
+#endif
/*-----------------------------------------------------------------------