From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 2 Jan 2014 15:48:26 -0800 Subject: [U-Boot] [PATCH 2/2] powerpc/B4860QDS: Define new nand_ecclayout structure macros In-Reply-To: <1387308070-3110-2-git-send-email-yorksun@freescale.com> References: <1387308070-3110-1-git-send-email-yorksun@freescale.com> <1387308070-3110-2-git-send-email-yorksun@freescale.com> Message-ID: <52C5FACA.9090200@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 12/17/2013 11:21 AM, York Sun wrote: > Define CONFIG_SYS_NAND_MAX_ECCPOS and CONFIG_SYS_NAND_MAX_OOBFREE to > reduce the image size, by taking advantage of the new nand_ecclayout > structure. > > Signed-off-by: York Sun > CC: Prabhakar Kushwaha > CC: Scott Wood > --- Applied to u-boot-mpc85xx/master. York