From 8aa1a2d115420b1eb126f69f3547b54d275c3228 Mon Sep 17 00:00:00 2001 From: wdenk Date: Mon, 4 Apr 2005 12:44:11 +0000 Subject: Patch by Steven Scholz, 4 Apr 2005: - remove all references to CONFIG_INIT_CRITICAL for ARM based boards - introduce two new configuration options instead: CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT --- board/ns9750dev/platform.S | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'board/ns9750dev') diff --git a/board/ns9750dev/platform.S b/board/ns9750dev/platform.S index 11f9aef80..afcad1540 100644 --- a/board/ns9750dev/platform.S +++ b/board/ns9750dev/platform.S @@ -34,7 +34,7 @@ #include #if defined(CONFIG_NS9750DEV) -# ifdef CONFIG_INIT_CRITICAL +# ifndef CONFIG_SKIP_LOWLEVEL_INIT # include <./ns9750_sys.h> # include <./ns9750_mem.h> # endif @@ -74,7 +74,7 @@ _PHYS_FLASH: _CAS_LATENCY: .word 0x00022000 @ for CAS2 latency -#ifdef CONFIG_INIT_CRITICAL +#ifndef CONFIG_SKIP_LOWLEVEL_INIT .globl platformsetup platformsetup: @@ -295,4 +295,4 @@ _AHB_MONITOR_START: NS9750_SYS_AHB_MON_BATC_GEN_IRQ) _AHB_MONITOR_END: -#endif /* CONFIG_INIT_CRITICAL */ +#endif /* CONFIG_SKIP_LOWLEVEL_INIT */ -- cgit v1.2.3