
3 Dec
2016
3 Dec
'16
7:40 p.m.
On 3 November 2016 at 11:31, Simon Glass sjg@chromium.org wrote:
On 3 November 2016 at 08:53, Moritz Fischer moritz.fischer@ettus.com wrote:
The cros_ec_decode_region() function is only used in combination with the crosec cmds. Move the function to the correct place.
Signed-off-by: Moritz Fischer moritz.fischer@ettus.com Cc: Simon Glass sjg@chromium.org Cc: Masahiro Yamada yamada.masahiro@socionext.com Cc: u-boot@lists.denx.de
Changes from v1:
- make cros_ec_decode_region static
- move over the comments
- fixed commit message s/crosec/cros_ec/g
cmd/cros_ec.c | 23 +++++++++++++++++++++++ drivers/misc/cros_ec.c | 16 ---------------- include/cros_ec.h | 9 --------- 3 files changed, 23 insertions(+), 25 deletions(-)
Acked-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm, thanks!