From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 26 Jan 2015 16:33:20 -0600 Subject: [U-Boot] [PATCH 1/5] nand: Use common read function instead of verify_buf() In-Reply-To: <1422311091-4110-1-git-send-email-ptyser@xes-inc.com> References: <1422311091-4110-1-git-send-email-ptyser@xes-inc.com> Message-ID: <1422311600.10544.23.camel@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 Mon, 2015-01-26 at 16:24 -0600, Peter Tyser wrote: > The driver-specific verify_buf() function can be replaced with the > standard read_page_raw() function to verify writes. This will allow > verify_buf() to be removed from individual drivers. verify_buf() is no > longer supported in mainline Linux, so it is a pain to continue > supporting. Any reason not to just remove this feature from U-Boot, as Linux has done? -Scott