cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.c
authorMoritz Fischer <moritz.fischer@ettus.com>
Thu, 3 Nov 2016 14:53:52 +0000 (08:53 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 3 Dec 2016 04:04:48 +0000 (21:04 -0700)
commita2558e8729831e0bcef634ea2440e60425ef0ff6
treea653a4011ade2643c20658abaa19ec933605bf73
parentae6acf9fe2c83370159724855b7fdbb350ae99b9
cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.c

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
Acked-by: Simon Glass <sjg@chromium.org>
cmd/cros_ec.c
drivers/misc/cros_ec.c
include/cros_ec.h