[U-Boot] [PATCH v2] cmd: cros_ec: Move crosec commands to cmd subdirectory

Simon Glass sjg at chromium.org
Tue Oct 11 02:30:01 CEST 2016


On 4 October 2016 at 18:08, Moritz Fischer <moritz.fischer at ettus.com> wrote:
> Move crosec commands from drivers/misc/cros_ec.c to
> cmd/cros_ec.c
>
> Acked-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Moritz Fischer <moritz.fischer at ettus.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Heiko Schocher <hs at denx.de>
> Cc: Bin Meng <bmeng.cn at gmail.com>
> Cc: Miao Yan <yanmiaobest at gmail.com>
> Cc: Masahiro Yamada <yamada.masahiro at socionext.com>
> Cc: Stefan Roese <sr at denx.de>
> Cc: Przemyslaw Marczak <p.marczak at samsung.com>
> Cc: Maxime Ripard <maxime.ripard at free-electrons.com>
> Cc: Nishanth Menon <nm at ti.com>
> Cc: u-boot at lists.denx.de
>
> ---
> Changes from v1:
>
> - Default to build CMD_CROS_EC in when CROS_EC is activated
> - Get rid of leftover const ec_current_image_name[] artifact from
>   moving stuff to separate file
> - Added Simon's Acked-By:
>
> ---
>  cmd/Kconfig            |  13 ++
>  cmd/Makefile           |   1 +
>  cmd/cros_ec.c          | 366 +++++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/misc/cros_ec.c | 351 -----------------------------------------------
>  include/cros_ec.h      |  11 ++
>  5 files changed, 391 insertions(+), 351 deletions(-)
>  create mode 100644 cmd/cros_ec.c

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list