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 --- include/configs/xsengine.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/configs/xsengine.h') diff --git a/include/configs/xsengine.h b/include/configs/xsengine.h index 6b15766da..847e91a05 100644 --- a/include/configs/xsengine.h +++ b/include/configs/xsengine.h @@ -28,12 +28,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -/* - * If we are developing, we might want to start armboot from ram - * so we MUST NOT initialize critical regs like mem-timing ... - */ -#define CONFIG_INIT_CRITICAL - /* High Level Configuration Options */ #define CONFIG_PXA250 1 /* This is an PXA250 CPU */ #define CONFIG_XSENGINE 1 -- cgit v1.2.3