Drop CONFIG_INIT_CRITICAL
[oweals/u-boot.git] / include / common.h
index 3f699438875ccf21b81aa9295faa896b02d900f9..8b561370326f63f64201f668d707b87b446e5099 100644 (file)
@@ -549,11 +549,6 @@ int cpu_release(u32 nr, int argc, char * const argv[]);
 #endif
 #endif
 
-#ifdef CONFIG_INIT_CRITICAL
-#error CONFIG_INIT_CRITICAL is deprecated!
-#error Read section CONFIG_SKIP_LOWLEVEL_INIT in README.
-#endif
-
 #define ROUND(a,b)             (((a) + (b) - 1) & ~((b) - 1))
 
 /*