Re: [U-Boot] [PATCH 2/2] cros_ec: Add crosec flashinfo command

2016-10-01 Thread Simon Glass
On 18 September 2016 at 18:58, Simon Glass wrote: > Hi Moritz, > > On 13 September 2016 at 15:44, Moritz Fischer > wrote: >> Add command to print out the flash info as reported by the >> ec. The data read back includes size, write block size, >> erase block size. >> >> Signed-off-by: Moritz Fisc

Re: [U-Boot] [PATCH 2/2] cros_ec: Add crosec flashinfo command

2016-09-18 Thread Simon Glass
Hi Moritz, On 13 September 2016 at 15:44, Moritz Fischer wrote: > Add command to print out the flash info as reported by the > ec. The data read back includes size, write block size, > erase block size. > > Signed-off-by: Moritz Fischer > Cc: Simon Glass > Cc: u-boot@lists.denx.de > --- > driv

[U-Boot] [PATCH 2/2] cros_ec: Add crosec flashinfo command

2016-09-13 Thread Moritz Fischer
Add command to print out the flash info as reported by the ec. The data read back includes size, write block size, erase block size. Signed-off-by: Moritz Fischer Cc: Simon Glass Cc: u-boot@lists.denx.de --- drivers/misc/cros_ec.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/