[U-Boot] [PATCH 1/5] libfdt: change fdt.h to a wrapper of scripts/dtc/libfdt/*
Simon Glass
sjg at chromium.org
Sun Oct 22 14:35:05 UTC 2017
Hi Masahiro,
On 17 October 2017 at 15:30, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> Fortunately, U-Boot did not modify fdt.h locally.
>
> Change it to a wrapper of scripts/dtc/libfdt/fdt.h, which will be
> periodically synced with the upstream DTC (or kernel).
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro at socionext.com>
> ---
>
> include/fdt.h | 2 +-
> lib/libfdt/fdt.h | 67 --------------------------------------------------------
> 2 files changed, 1 insertion(+), 68 deletions(-)
> delete mode 100644 lib/libfdt/fdt.h
There was a recent change to make this use the file in lib/libfdt.
That makes it easier to sync with upstream dtc.
Can you please explain in a little more detail the motivation for this patch?
Regards,
Simon
More information about the U-Boot
mailing list