X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfig_defaults.h;h=d211a41ef29043b8dba4f59212dd06c0ae18366a;hb=04cb39946c96e119a6a0978436662358aa33dbc9;hp=ad08c1d335d3ba29fd75dcab99f948a5c6a7e278;hpb=bf46e7d8d134521301ff02b6d97e8998aa10a83d;p=oweals%2Fu-boot.git diff --git a/include/config_defaults.h b/include/config_defaults.h index ad08c1d335..d211a41ef2 100644 --- a/include/config_defaults.h +++ b/include/config_defaults.h @@ -9,15 +9,4 @@ #ifndef _CONFIG_DEFAULTS_H_ #define _CONFIG_DEFAULTS_H_ -/* 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