From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Wed, 17 Feb 2016 14:39:29 +0530 Subject: [U-Boot] [PATCH v7 77/77] x86: Drop using spi_flash_dm_ops In-Reply-To: References: <1455697664-31042-1-git-send-email-jteki@openedev.com> Message-ID: <56C438C9.8040206@openedev.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 Bin, On Wednesday 17 February 2016 02:37 PM, Bin Meng wrote: > Hi Jagan, > > On Wed, Feb 17, 2016 at 4:27 PM, Jagan Teki wrote: >> spi_flash_erase_dm >> spi_flash_write_dm >> >> These spi_flash_dm_ops never no longer available on new >> spi-nor changes, so use spi_flash_erase/write ops with >> mtd uclass changes. >> >> Cc: Simon Glass >> Cc: Bin Meng >> Signed-off-by: Jagan Teki >> --- >> Changes for v7: >> - newly added patch >> >> This patch is on top of spi-nor core changes, will send this >> again with the series. > > Yes, you need squash this patch somewhere in the middle of your whole > series, otherwise buildman will complain. Sure I will do that and send the patch. thanks! -- Jagan