From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 2 May 2013 02:15:28 +0200 Subject: [U-Boot] [PATCH 7/9] mxs: spl_mem_init: Remove unneeded DRAM configurations In-Reply-To: References: <1367444689-31301-1-git-send-email-festevam@gmail.com> <201305020129.45049.marex@denx.de> Message-ID: <201305020215.28276.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 Dear Fabio Estevam, > On Wed, May 1, 2013 at 8:29 PM, Marek Vasut wrote: > > Do you not need to stop the DRAM if it's already running? Like after a > > software reset? > > I don't think this is needed. FSL bootlets code does not do this. You'll end up messing with configuration registers on already-running RAM. That doesn't really make sense and I suspect it can result in some weird behavior. Best regards, Marek Vasut