X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fconfig_defaults.h;h=ad08c1d335d3ba29fd75dcab99f948a5c6a7e278;hb=74e68d8ede0b491a333b2d11e6770ae171112138;hp=08b6edec4ed72a05222be51a380a2652e4ab7ae3;hpb=b097d552bc9ee0351bb0c3d1219856e845df59f9;p=karo-tx-uboot.git diff --git a/include/config_defaults.h b/include/config_defaults.h index 08b6edec4e..ad08c1d335 100644 --- a/include/config_defaults.h +++ b/include/config_defaults.h @@ -12,6 +12,12 @@ /* Support bootm-ing different OSes */ #define CONFIG_BOOTM_LINUX 1 #define CONFIG_BOOTM_NETBSD 1 +#define CONFIG_BOOTM_PLAN9 1 #define CONFIG_BOOTM_RTEMS 1 +#define CONFIG_BOOTM_VXWORKS 1 + +#define CONFIG_GZIP 1 +#define CONFIG_ZLIB 1 +#define CONFIG_PARTITIONS 1 #endif