Re: [U-Boot] [PATCH 1/4] env_sf: factor out prepare_flash_device

2016-11-29 Thread Simon Glass
On 28 November 2016 at 03:01, Andreas Fenkart wrote: > copy code found in single/double buffered code path > > Signed-off-by: Andreas Fenkart > --- > common/env_sf.c | 47 ++- > 1

[U-Boot] [PATCH 1/4] env_sf: factor out prepare_flash_device

2016-11-28 Thread Andreas Fenkart
copy code found in single/double buffered code path Signed-off-by: Andreas Fenkart --- common/env_sf.c | 47 ++- 1 file changed, 18 insertions(+), 29 deletions(-) diff --git a/common/env_sf.c b/common/env_sf.c index