From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Mon, 05 Dec 2011 18:11:29 +0100 Subject: [U-Boot] [PATCH 1/2] arm, arm926ejs: always do cpu critical inits In-Reply-To: References: <1320905184-15277-1-git-send-email-hs@denx.de> <1320905184-15277-2-git-send-email-hs@denx.de> Message-ID: <4EDCFB41.2000404@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Le 29/11/2011 20:27, Tom Rini a ?crit : > On Wed, Nov 9, 2011 at 11:06 PM, Heiko Schocher wrote: >> always do the cpu critical inits in cpu_init_crit, >> and only jump to lowlevel_init, if CONFIG_SKIP_LOWLEVEL_INIT >> is not defined. >> >> Signed-off-by: Heiko Schocher >> Cc: Albert ARIBAUD >> Cc: Wolfgang Denk >> Cc: Sandeep Paulraj >> Cc: Tom Rini >> Cc: Christian Riesch > > (Will be) queued to u-boot-ti, thanks. Hmm... This commit alters the effect of CONFIG_SKIP_LOWLEVEL_INIT without making it possible to recreate it through configuration -- you now have to alter the source code to get the same effect as before. I'd prefer the CPU init crit code to be kept under a config option, and another option to be added for finer control. Amicalement, -- Albert.