]> git.sur5r.net Git - u-boot/blobdiff - include/config_defaults.h
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / include / config_defaults.h
index d023c632d98288a777f119df0c84620be498f0dc..7ef928bbe14ae07b8e474e317ae9aa4616bc0199 100644 (file)
 /* 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