From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 24 Feb 2014 15:48:58 -0800 Subject: [U-Boot] [PATCH 1/4 v2] SPL: powerpc: expand SPL's length to 128K In-Reply-To: <1390549809-23070-1-git-send-email-ying.zhang@freescale.com> References: <1390549809-23070-1-git-send-email-ying.zhang@freescale.com> Message-ID: <530BDA6A.2060107@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 01/23/2014 11:50 PM, ying.zhang at freescale.com wrote: > From: Ying Zhang > > 1. The SPL's length of SDCARD boot has not enough,expand the SPL's > length to 128K. > 2. deleted unused symbol: CONFIG_SYS_RUN_INDDR > > Signed-off-by: Ying Zhang > --- > Change from v1: > - No change. Applied to u-boot-mpc85xx/master. Thanks. York