commit | 50c1402cac1f97451d043ec06e0a841c1816bff7 | [log] [tgz] |
---|---|---|
author | Moritz Fischer <moritz.fischer@ettus.com> | Thu Nov 03 08:53:52 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Dec 02 21:04:48 2016 -0700 |
tree | a653a4011ade2643c20658abaa19ec933605bf73 | |
parent | 2d6f8c03380d7e6e4f4b4246639361d143517822 [diff] |
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>