From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 7 Jun 2013 12:20:50 -0500 Subject: [U-Boot] [PATCH 5/8] powerpc: spl: deleted unused symbol CONFIG_SPL_NAND_MINIMAL and introduced new symbol CONFIG_SPL_MINIMAL In-Reply-To: <1370597119-19401-2-git-send-email-ying.zhang@freescale.com> (from ying.zhang@freescale.com on Fri Jun 7 04:25:17 2013) References: <1370597119-19401-1-git-send-email-ying.zhang@freescale.com> <1370597119-19401-2-git-send-email-ying.zhang@freescale.com> Message-ID: <1370625650.6813.3@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 06/07/2013 04:25:17 AM, ying.zhang at freescale.com wrote: > diff --git a/README b/README > index e30e787..fbb50fb 100644 > --- a/README > +++ b/README > @@ -2911,6 +2911,11 @@ FIT uImage format: > CONFIG_SPL_INIT_MINIMAL > Arch init code should be built for a very small image > > + CONFIG_SPL_MINIMAL > + It is different from common SPL. if set, the SPL image > + as small as possible, only a tiny part of the SPL code > + is built. How is this different from CONFIG_SPL_INIT_MINIMAL? -Scott