From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Scharsig Date: Thu, 23 Dec 2010 17:17:38 +0100 Subject: [U-Boot] [PATCH] remove (double) LED initialization in arm920t start.s In-Reply-To: <4D0CA427.1070706@scharsoft.de> References: <4D0CA427.1070706@scharsoft.de> Message-ID: <4D137622.8010801@scharsoft.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de To explain the background 1st: I've compiled my code for easier debugging without -Os option. But the non optimized code needs a valid stack at this position. It's only as secondary problem 2nd: The functions will called later again. 3rd: Some soc are not fully intitialized here (e.g Clock aso). So, we also increase the boot speed. regards Jens