[U-Boot] [PATCH v2] cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.c

Simon Glass sjg at chromium.org
Sat Dec 3 19:40:53 CET 2016


On 3 November 2016 at 11:31, Simon Glass <sjg at chromium.org> wrote:
> On 3 November 2016 at 08:53, Moritz Fischer <moritz.fischer at ettus.com> wrote:
>> 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 at ettus.com>
>> Cc: Simon Glass <sjg at chromium.org>
>> Cc: Masahiro Yamada <yamada.masahiro at socionext.com>
>> Cc: u-boot at lists.denx.de
>> ---
>>
>> Changes from v1:
>>
>> * make cros_ec_decode_region static
>> * move over the comments
>> * fixed commit message s/crosec/cros_ec/g
>>
>> ---
>>  cmd/cros_ec.c          | 23 +++++++++++++++++++++++
>>  drivers/misc/cros_ec.c | 16 ----------------
>>  include/cros_ec.h      |  9 ---------
>>  3 files changed, 23 insertions(+), 25 deletions(-)
>
> Acked-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list