From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 2 Sep 2015 10:22:12 -0500 Subject: [U-Boot] [PATCH v1 1/2] powerpc: configs: Fix init_ram physical address for several boards In-Reply-To: <1439843512-3285-2-git-send-email-yorksun@freescale.com> References: <1439843512-3285-1-git-send-email-yorksun@freescale.com> <1439843512-3285-2-git-send-email-yorksun@freescale.com> Message-ID: <55E71424.3070101@freescale.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 08/17/2015 03:31 PM, York Sun wrote: > For e6500 and e5500 SoCs, it was intended to put init_ram address in > ccsr reserved space. It is no longer true since SerDes module took the > space. Move it to another reserved space at CCSR + 0x03c000. > > Signed-off-by: York Sun > --- Applied to u-boot-mpc85xx master. Awaiting upstream. York