From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 25 Jul 2013 09:42:48 -0500 Subject: [U-Boot] [PATCH 1/7 v10] powerpc: deleted unused symbol CONFIG_SPL_NAND_MINIMAL and enabled some functionality for common SPL In-Reply-To: <1374738285-23184-1-git-send-email-ying.zhang@freescale.com> (from ying.zhang@freescale.com on Thu Jul 25 02:44:39 2013) References: <1374738285-23184-1-git-send-email-ying.zhang@freescale.com> Message-ID: <1374763368.30721.2@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/25/2013 02:44:39 AM, ying.zhang at freescale.com wrote: > From: Ying Zhang > > 1. The symbol CONFIG_SPL_NAND_MINIMAL is unused, so deleted it. > 2. Some functions were unused in the minimal SPL, but it is useful > in the common SPL. So, enabled some functionality for common SPL. > > Signed-off-by: Ying Zhang > --- This is the second time you've posted v10 of this series... -Scott