Re: [U-Boot] [PATCH v2 0/4] env_sf: minor refactorings

2017-05-02 Thread Jagan Teki
On Sat, Apr 8, 2017 at 3:29 PM, Andreas Fenkart wrote: > rebased patches on master > fixed compiled error in 1st patch (missing variable declaration) > compile tested all patches with travis > > Andreas Fenkart (4): > env_sf: factor out prepare_flash_device > enf_sf: reuse setup_flash_device i

[U-Boot] [PATCH v2 0/4] env_sf: minor refactorings

2017-04-08 Thread Andreas Fenkart
rebased patches on master fixed compiled error in 1st patch (missing variable declaration) compile tested all patches with travis Andreas Fenkart (4): env_sf: factor out prepare_flash_device enf_sf: reuse setup_flash_device instead of open coding it env_sf: re-order error handling in single-