From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 21 Jun 2013 12:39:58 +0200 Subject: [U-Boot] [PATCH v3 1/3] arm: spl: Fix SPL booting for OMAP3 In-Reply-To: <20130621123024.20e146bd@lilith> References: <1371200101-11510-1-git-send-email-sr@denx.de> <1371805810-1700-1-git-send-email-sr@denx.de> <20130621123024.20e146bd@lilith> Message-ID: <51C42D7E.7030208@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 21.06.2013 12:30, Albert ARIBAUD wrote: >> SPL already has GD set to the correct location (in s_init), we mustn't >> move it around now since some data (clocks etc) is already present. > > Actually the commit message is not accurate any more, as it states > s_init should keep setting gd -- sorry for missing this so far, maybe > Tom can fix the message while applying? Argh! I had the commit message changed in v2 but forgot it in v3. Will send v4 shortly. Thanks, Stefan