
On 4 October 2016 at 18:08, Moritz Fischer moritz.fischer@ettus.com wrote:
Move crosec commands from drivers/misc/cros_ec.c to cmd/cros_ec.c
Acked-by: Simon Glass sjg@chromium.org Signed-off-by: Moritz Fischer moritz.fischer@ettus.com Cc: Simon Glass sjg@chromium.org Cc: Heiko Schocher hs@denx.de Cc: Bin Meng bmeng.cn@gmail.com Cc: Miao Yan yanmiaobest@gmail.com Cc: Masahiro Yamada yamada.masahiro@socionext.com Cc: Stefan Roese sr@denx.de Cc: Przemyslaw Marczak p.marczak@samsung.com Cc: Maxime Ripard maxime.ripard@free-electrons.com Cc: Nishanth Menon nm@ti.com Cc: u-boot@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!