From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 15 Nov 2012 18:10:28 -0600 Subject: [U-Boot] [U-Boot, v2, 2/2] nand: Move the sub-page read support enable to a flag In-Reply-To: <1352133991-8712-2-git-send-email-joe.hershberger@ni.com> References: <1352133991-8712-2-git-send-email-joe.hershberger@ni.com> Message-ID: <20121116001028.GA2488@buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Nov 05, 2012 at 06:46:31AM -0000, Joe Hershberger wrote: > Use a flag instead of a hard-coded macro so that sub-page reads can be > enabled in other cases (such as on-die ecc). > > This is the same as a5ff4f102937a3492bca4a9ff0c341d78813414c in Linux > > Signed-off-by: Joe Hershberger Applied to u-boot-nand-flash -Scott