[Skiboot] [PATCH 1/4] libflash: move ecc.h into libflash/

Joel Stanley joel at jms.id.au
Wed Feb 25 14:49:06 AEDT 2015


On Tue, Feb 24, 2015 at 11:28 AM, Jeremy Kerr <jk at ozlabs.org> wrote:
> The ecc.h header is used by libflash, so should sit in libflash, to
> allow non-skiboot tools to access it.
>
> This change is a simple move of the header file - no changes are made to
> the header itself.
>
> Signed-off-by: Jeremy Kerr <jk at ozlabs.org>

Reviewed-By: Joel Stanley <joel at jms.id.au>

>
> ---
>  include/ecc.h     |   53 ----------------------------------------------
>  libflash/ecc.c    |    2 -
>  libflash/ecc.h    |   53 ++++++++++++++++++++++++++++++++++++++++++++++
>  libflash/libffs.c |    2 -
>  4 files changed, 55 insertions(+), 55 deletions(-)


More information about the Skiboot mailing list