From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 2 Jan 2014 15:43:23 -0800 Subject: [U-Boot] [PATCH][v2] board/freescale:Remove use of CONFIG_SPL_NAND_MINIMAL In-Reply-To: <1386745931-2799-1-git-send-email-prabhakar@freescale.com> References: <1386745931-2799-1-git-send-email-prabhakar@freescale.com> Message-ID: <52C5F99B.3090301@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/10/2013 11:12 PM, Prabhakar Kushwaha wrote: > CONFIG_SPL_NAND_MINIMAL should not be used as it was defined for temporary > review purpose. > > So, use CONFIG_SPL_NAND_BOOT config. > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: Incorporated Scott's comments > - Add CONFIG_SPL_NAND_BOOT in README > Applied to u-boot-mpc85xx/master. Thanks. York