From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 4 Dec 2011 18:09:02 +0100 Subject: [U-Boot] [PATCH 3/3] i.MX28: Move SPL to arch/arm/cpu/arm926ejs/mx28 In-Reply-To: References: <1322833660-30781-1-git-send-email-marek.vasut@gmail.com> <1322833660-30781-3-git-send-email-marek.vasut@gmail.com> Message-ID: <201112041809.02324.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Hi Marek, > > On Fri, Dec 2, 2011 at 11:47 AM, Marek Vasut wrote: > > rename board/denx/m28evk/mem_init.c => > > arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c (99%) > > The RAM timings are specific to the board and RAM model (DDR2 or > mDDR), memory clock, etc, so I don?t think we can use the same RAM > settings for all MX28 based boards because not all of them will use > the same RAM memory type. > > The dram_vals array should be board specific. Patch is welcome :) M