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

Masahiro Yamada yamada.masahiro at socionext.com
Tue Jan 16 15:22:28 UTC 2018


Hi Simon,

2018-01-16 23:50 GMT+09:00 Simon Glass <sjg at chromium.org>:
> 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?
>

The original include/libfdt.h contained one-line include.

I guess that is why git did not consider this renaming.



-- 
Best Regards
Masahiro Yamada


More information about the U-Boot mailing list