[U-Boot] [PATCH v2] cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.c

Simon Glass sjg at chromium.org
Thu Nov 3 18:31:45 CET 2016


On 3 November 2016 at 08:53, Moritz Fischer <moritz.fischer at 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 at ettus.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Masahiro Yamada <yamada.masahiro at socionext.com>
> Cc: u-boot at 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 at chromium.org>


More information about the U-Boot mailing list