commit | b10b8cf5a648282ed7c61f5714e81034f418299b | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Thu Apr 16 18:30:16 2020 +0900 |
committer | Simon Glass <sjg@chromium.org> | Sun Apr 26 14:23:39 2020 -0600 |
tree | c8f9635a68d874a5e8ad75f14412158a0f3d20ba | |
parent | 2cfdf67b89f1c6032f7fd9c7704fe505f20a0edb [diff] [blame] |
libfdt: migrate fdt_ro.c to a wrapper of scripts/dtc/libfdt/fdt_ro.c There is no essential difference between scripts/dtc/libfdt/fdt_ro.c and lib/libfdt/fdt_ro.c Migrate to a simple wrapper like the other files. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
diff --git a/tools/libfdt/fdt_ro.c b/tools/libfdt/fdt_ro.c new file mode 100644 index 0000000..8a9735a --- /dev/null +++ b/tools/libfdt/fdt_ro.c
@@ -0,0 +1,2 @@ +#include "fdt_host.h" +#include "../scripts/dtc/libfdt/fdt_ro.c"