Stefan Reinauer ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/2393

-gerrit

commit 4a136e7482cda8cea63f19a46225220c824af641
Author: Stefan Reinauer <[email protected]>
Date:   Thu Feb 14 13:42:55 2013 -0800

    ARMv7: Drop SKIP_LOWLEVEL_INIT
    
    It's not used.
    
    Change-Id: I713d60209815f0aad93f5d4d3afef9f825db427e
    Signed-off-by: Stefan Reinauer <[email protected]>
---
 src/arch/armv7/include/common.h | 7 -------
 src/cpu/samsung/Kconfig         | 7 -------
 2 files changed, 14 deletions(-)

diff --git a/src/arch/armv7/include/common.h b/src/arch/armv7/include/common.h
index d8698db..d00aecf 100644
--- a/src/arch/armv7/include/common.h
+++ b/src/arch/armv7/include/common.h
@@ -444,13 +444,6 @@ int cpu_release(int 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 ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
-
 #define ROUND(a,b)             (((a) + (b) - 1) & ~((b) - 1))
 #define DIV_ROUND(n,d)         (((n) + ((d)/2)) / (d))
 #define DIV_ROUND_UP(n,d)      (((n) + (d) - 1) / (d))
diff --git a/src/cpu/samsung/Kconfig b/src/cpu/samsung/Kconfig
index c2ee5b4..9f833f3 100644
--- a/src/cpu/samsung/Kconfig
+++ b/src/cpu/samsung/Kconfig
@@ -10,13 +10,6 @@ config CPU_SAMSUNG_EXYNOS5
        bool
        default n
 
-config SKIP_LOWLEVEL_INIT
-       bool "Skip low-level init"
-       default n
-       help
-         Certain functions (ie PLL init) and processor features may already be
-         handled by masked ROM code.
-
 if CPU_SAMSUNG_EXYNOS5
 source src/cpu/samsung/exynos5250/Kconfig
 endif

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to