X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fconfig_defaults.h;h=ad08c1d335d3ba29fd75dcab99f948a5c6a7e278;hb=bc3a7bb7d0fbcf36ecf903d59124dc75f811a801;hp=fa9983895736d4573b9c98103e6d86eba767243a;hpb=ff0b27e8ae30aee1c3a41c341863b833eee76ba3;p=karo-tx-uboot.git diff --git a/include/config_defaults.h b/include/config_defaults.h index fa99838957..ad08c1d335 100644 --- a/include/config_defaults.h +++ b/include/config_defaults.h @@ -20,16 +20,4 @@ #define CONFIG_ZLIB 1 #define CONFIG_PARTITIONS 1 -#ifndef CONFIG_SPL_BUILD -#ifndef CONFIG_DM_WARN -#define CONFIG_DM_WARN -#endif -#ifndef CONFIG_DM_DEVICE_REMOVE -#define CONFIG_DM_DEVICE_REMOVE -#endif -#ifndef CONFIG_DM_STDIO -#define CONFIG_DM_STDIO -#endif -#endif - #endif