]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/config_defaults.h
Merge branch 'master' of git://git.denx.de/u-boot-nand-flash
[karo-tx-uboot.git] / include / config_defaults.h
index 0337163c2a21529a9d76639c51fe65bf40b4bada..567b46c87a5a6fc7bf8451255eb9383da1de3016 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_GZIP 1
 #define CONFIG_ZLIB 1
+#define CONFIG_PARTITIONS 1
 
 #endif