summaryrefslogtreecommitdiffstats
path: root/include/config_defaults.h
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-05-24 05:31:19 +0000
committerWolfgang Denk <wd@denx.de>2011-07-26 14:10:14 +0200
commitdf3fc52608daa1e10332f59cd2f226ba400d1c98 (patch)
tree0c614241f09bc6055cbb5855feeaaeeeca975ce5 /include/config_defaults.h
parent07c07635b4f6d4ee2a03cd508beeeaccde4b9d7e (diff)
downloadblackbird-obmc-uboot-df3fc52608daa1e10332f59cd2f226ba400d1c98.tar.gz
blackbird-obmc-uboot-df3fc52608daa1e10332f59cd2f226ba400d1c98.zip
disk/part.c: Make features optional
If we don't want to build support for any partition types we can now add #undef CONFIG_PARTITIONS in a board config file to keep this from being compiled in. Otherwise boards assume this is compiled in by default Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'include/config_defaults.h')
-rw-r--r--include/config_defaults.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config_defaults.h b/include/config_defaults.h
index 0337163c2a..d023c632d9 100644
--- a/include/config_defaults.h
+++ b/include/config_defaults.h
@@ -16,5 +16,6 @@
#define CONFIG_GZIP 1
#define CONFIG_ZLIB 1
+#define CONFIG_PARTITIONS 1
#endif
OpenPOWER on IntegriCloud