Re: [U-Boot] [PATCH] env: add flash_read function

2018-12-04 Thread Horatiu Vultur
Hi Wolfgang, The 12/03/2018 17:08, Wolfgang Denk wrote: > Dear Horatiu, > > In message <1543678222-15837-1-git-send-email-horatiu.vul...@microchip.com> > you wrote: > > The flash_read function is a wrapper over spi_flash_read, which enables > > the env to read multiple flash page size from flash

Re: [U-Boot] [PATCH] env: add flash_read function

2018-12-03 Thread Wolfgang Denk
Dear Horatiu, In message <1543678222-15837-1-git-send-email-horatiu.vul...@microchip.com> you wrote: > The flash_read function is a wrapper over spi_flash_read, which enables > the env to read multiple flash page size from flash until '\0\0' is read > or the end of env partition is reached. Inste