From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Sat, 22 Sep 2012 10:34:22 -0700 Subject: [U-Boot] [PATCH V2 15/21] mx6q_4x_mt41j128.cfg: reorder for more efficient storage In-Reply-To: References: <1348012989-19674-1-git-send-email-troy.kisky@boundarydevices.com> <1348281558-19520-1-git-send-email-troy.kisky@boundarydevices.com> <1348281558-19520-16-git-send-email-troy.kisky@boundarydevices.com> Message-ID: <505DF69E.4010201@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 9/22/2012 10:27 AM, Fabio Estevam wrote: > Hi Troy, > > On Fri, Sep 21, 2012 at 11:39 PM, Troy Kisky > wrote: >> Repeating data values can be stored more efficiently. >> >> Signed-off-by: Troy Kisky > I am not a ddr init expert, but my understanding is that the DDR init sequence > is important and probably we should keep it as is. > > Regards, > > Fabio Estevam > The order of writes to IOMUXC registers is not important, other than to be finished before accessing the DDR chips. Troy