efi_loader: detach runtime in ExitBootServices()
[oweals/u-boot.git] / include / config_defaults.h
index fa9983895736d4573b9c98103e6d86eba767243a..4ed09683b650a08468600dfc3dae3659dd22e100 100644 (file)
 #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
-#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