From mboxrd@z Thu Jan 1 00:00:00 1970 From: Igor Grinberg Date: Tue, 11 Mar 2014 19:42:28 +0200 Subject: [U-Boot] [PATCH] arm: omap: cm_t35: Fix: Re-add GPMC_NAND_ECC_LP_x8_LAYOUT In-Reply-To: <1394553885-7680-1-git-send-email-sr@denx.de> References: <1394553885-7680-1-git-send-email-sr@denx.de> Message-ID: <531F4B04.80208@compulab.co.il> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/11/14 18:04, Stefan Roese wrote: > Patch a7e36fc9 (mtd: nand: omap: remove unused #defines from common > omap_gpmc.h) removed some MTD related defines. Including > GPMC_NAND_ECC_LP_x8_LAYOUT. But this define is also needed for the > memory controller configuration (only the x8 defines are needed, > the x16 defines are the default). Without it the NAND subsystem is > not configured correctly and booting into U-Boot does not work. > > Signed-off-by: Stefan Roese > Cc: Pekon Gupta > Cc: Nikita Kiryanov > Cc: Igor Grinberg > Cc: Tom Rini Acked-by: Igor Grinberg > --- > include/configs/cm_t35.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h > index cfc4f9b..aae05e0 100644 > --- a/include/configs/cm_t35.h > +++ b/include/configs/cm_t35.h > @@ -158,6 +158,8 @@ > /* CS0 */ > #define CONFIG_SYS_MAX_NAND_DEVICE 1 /* Max number of NAND */ > /* devices */ > +#define GPMC_NAND_ECC_LP_x8_LAYOUT > + > /* Environment information */ > #define CONFIG_BOOTDELAY 3 > #define CONFIG_ZERO_BOOTDELAY_CHECK > -- Regards, Igor.