libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.c
Now, lib/libfdt/fdt_wip.c is the same as scripts/dtc/libfdt/fdt_wip.c Change the former to a wrapper of the latter. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:

committed by
Tom Rini

parent
87be1e9fb4
commit
26e961c8cf
2
tools/libfdt/fdt_wip.c
Normal file
2
tools/libfdt/fdt_wip.c
Normal file
@@ -0,0 +1,2 @@
|
||||
#include "fdt_host.h"
|
||||
#include "../scripts/dtc/libfdt/fdt_wip.c"
|
Reference in New Issue
Block a user