X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfig_defaults.h;h=ad08c1d335d3ba29fd75dcab99f948a5c6a7e278;hb=327def5060d03648801b8c92b3235b0c9426af47;hp=abdf3beb0c139fdcf6b25dcaf6047e7022031b56;hpb=2e6e1772c0e34871769be4aef79748fe3e47d953;p=u-boot diff --git a/include/config_defaults.h b/include/config_defaults.h index abdf3beb0c..ad08c1d335 100644 --- a/include/config_defaults.h +++ b/include/config_defaults.h @@ -12,10 +12,12 @@ /* Support bootm-ing different OSes */ #define CONFIG_BOOTM_LINUX 1 #define CONFIG_BOOTM_NETBSD 1 -#define CONFIG_BOOTM_OSE 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