From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 22 Oct 2014 20:11:54 +0200 Subject: [U-Boot] [PATCH] arm: socfpga: Move code from misc_init_r() to arch_early_init_r() In-Reply-To: <20141020073156.GB4078@amd> References: <1413744047-6682-1-git-send-email-marex@denx.de> <20141020073156.GB4078@amd> Message-ID: <201410222011.55000.marex@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 Monday, October 20, 2014 at 09:31:58 AM, Pavel Machek wrote: > On Sun 2014-10-19 20:40:47, Marek Vasut wrote: > > Move this initialization code to proper place. The misc_init_r() > > function is called way too late and the platform initialization > > code should be executed much earlier. > > > > Signed-off-by: Marek Vasut > > Cc: Chin Liang See > > Cc: Dinh Nguyen > > Cc: Vince Bridgers > > Cc: Albert Aribaud > > Acked-by: Pavel Machek Applied, thanks. Best regards, Marek Vasut