]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/config_defaults.h
Merge remote-tracking branch 'remotes/tx6/tx6' into karo-tx-uboot
[karo-tx-uboot.git] / include / config_defaults.h
index 08b6edec4ed72a05222be51a380a2652e4ab7ae3..4d493150444f3f8827df51f9593d3ac4ed76aec0 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
+
+#ifndef CONFIG_SPL_BUILD
+#define CONFIG_DM_WARN
+#define CONFIG_DM_DEVICE_REMOVE
+#define CONFIG_DM_STDIO
+#endif
 
 #endif