[U-Boot] [PATCH 4/7] libfdt: move lib/libfdt/libfdt.h to include/libfdt.h

Simon Glass sjg at chromium.org
Tue Jan 16 14:50:56 UTC 2018


Hi Masahiro,

On 9 January 2018 at 01:34, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> include/libfdt.h is a wrapper of lib/libfdt/libfdt.h, but
> lib/libfdt/ is no longer a central point of libfdt.
> (Now, scripts/dtc/libfdt is synced with upstream)
>
> Move the content to include/libfdt.h, then delete lib/libfdt/libfdt.h.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
>  include/libfdt.h    | 2154 ++++++++++++++++++++++++++++++++++++++++++++++++++-
>  lib/libfdt/libfdt.h | 2153 --------------------------------------------------
>  2 files changed, 2153 insertions(+), 2154 deletions(-)
>  delete mode 100644 lib/libfdt/libfdt.h

How come this is such a huge delta, if it is just a rename?

Regards,
Simon


More information about the U-Boot mailing list