X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fconfig_defaults.h;h=ad08c1d335d3ba29fd75dcab99f948a5c6a7e278;hb=24ec4dbd5a59630f8d0ede2aad560d1336e31fdd;hp=0337163c2a21529a9d76639c51fe65bf40b4bada;hpb=aef293bc85dad4f8d645e46d723606a747236a60;p=karo-tx-uboot.git diff --git a/include/config_defaults.h b/include/config_defaults.h index 0337163c2a..ad08c1d335 100644 --- a/include/config_defaults.h +++ b/include/config_defaults.h @@ -12,9 +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