X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfig_defaults.h;h=d211a41ef29043b8dba4f59212dd06c0ae18366a;hb=04cb39946c96e119a6a0978436662358aa33dbc9;hp=567b46c87a5a6fc7bf8451255eb9383da1de3016;hpb=009d75ccc11d27b9a083375a88bb93cb746b4800;p=oweals%2Fu-boot.git diff --git a/include/config_defaults.h b/include/config_defaults.h index 567b46c87a..d211a41ef2 100644 --- a/include/config_defaults.h +++ b/include/config_defaults.h @@ -9,14 +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_GZIP 1 -#define CONFIG_ZLIB 1 -#define CONFIG_PARTITIONS 1 - #endif