
Hi Simon,
2018-01-16 23:50 GMT+09:00 Simon Glass sjg@chromium.org:
Hi Masahiro,
On 9 January 2018 at 01:34, Masahiro Yamada yamada.masahiro@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@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.