On 4 October 2016 at 18:08, Moritz Fischer <moritz.fisc...@ettus.com> wrote: > Move crosec commands from drivers/misc/cros_ec.c to > cmd/cros_ec.c > > Acked-by: Simon Glass <s...@chromium.org> > Signed-off-by: Moritz Fischer <moritz.fisc...@ettus.com> > Cc: Simon Glass <s...@chromium.org> > Cc: Heiko Schocher <h...@denx.de> > Cc: Bin Meng <bmeng...@gmail.com> > Cc: Miao Yan <yanmiaob...@gmail.com> > Cc: Masahiro Yamada <yamada.masah...@socionext.com> > Cc: Stefan Roese <s...@denx.de> > Cc: Przemyslaw Marczak <p.marc...@samsung.com> > Cc: Maxime Ripard <maxime.rip...@free-electrons.com> > Cc: Nishanth Menon <n...@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! _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot