From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amit Virdi Date: Fri, 2 Mar 2012 16:54:58 +0530 Subject: [U-Boot] [PATCH 2/3] SPEAr: Configure FSMC driver for NAND interface In-Reply-To: <4F4E6868.2020403@freescale.com> References: <1330335504-32226-1-git-send-email-amit.virdi@st.com> <1330335504-32226-3-git-send-email-amit.virdi@st.com> <201202271102.18797.sr@denx.de> <4F4C0476.3000706@freescale.com> <4F4DF9D5.4070001@st.com> <4F4E6868.2020403@freescale.com> Message-ID: <4F50AE0A.1090809@st.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Scott, >>>> >>>> You also need the following define for this to work with the latest NAND >>>> subsystem: >>>> >>>> #define CONFIG_MTD_ECC_SOFT >>>> >>>> Not sure about SPEAr3xx. Most likely this needs it as well. >>> >>> This is going to be reverted for now -- I meant to leave it out of the >>> last patchset because of the need to update all boards (which the patch >>> did not do). >>> >> >> Sorry, I didn't get you. Could you please elaborate? > > It was intended to reduce U-Boot code size in cases where soft ECC is > not needed. However, the patch that introduced it did not update the > boards to select it when necessary, so it is being reverted for now. > > It can be resubmitted with proper documentation and board config file > updates. > Ok. So I need not to define "CONFIG_MTD_ECC_SOFT" for now. Thanks Amit Virdi