
2 Oct
2016
2 Oct
'16
2:34 a.m.
On 18 September 2016 at 18:58, Simon Glass sjg@chromium.org wrote:
Hi Moritz,
On 13 September 2016 at 15:44, Moritz Fischer moritz.fischer@ettus.com 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 moritz.fischer@ettus.com Cc: Simon Glass sjg@chromium.org Cc: u-boot@lists.denx.de
drivers/misc/cros_ec.c | 10 ++++++++++ 1 file changed, 10 insertions(+)
Acked-by: Simon Glass sjg@chromium.org
If you have the energy, it might be useful to move the command code from this file into cmd/cros_ec.c
Regards, Simon
Applied to u-boot-dm, thanks!