From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 18 Dec 2015 19:51:25 -0700 Subject: [U-Boot] [Patch V2 4/4] dm: env_sf: fix saveenv() to use driver model In-Reply-To: <1450175540-12983-1-git-send-email-Qianyu.Gong@freescale.com> References: <1450175540-12983-1-git-send-email-Qianyu.Gong@freescale.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Gong, On 15 December 2015 at 03:32, Gong Qianyu wrote: > > It might be missed when converting spi_flash_probe() in cmd_sf.c. > > This commit refers to fbb099183e3a53f77a975964cdf2e73d11e565af. > > Signed-off-by: Gong Qianyu > --- > V2: > - New Patch. > > common/env_sf.c | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 49 insertions(+) The 'saveenv' command seems to work OK for me with driver model. Can you please explain what problem this patch solves? Regards, Simon