summaryrefslogtreecommitdiff
path: root/tools/libfdt/fdt_ro.c
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2020-04-16 18:30:16 +0900
committerSimon Glass <sjg@chromium.org>2020-04-26 14:23:39 -0600
commitbcbdab70a2863355aa1b9a39abdd973202abc818 (patch)
treec8f9635a68d874a5e8ad75f14412158a0f3d20ba /tools/libfdt/fdt_ro.c
parentd202f67db0771247de562af5d6a5df778702857b (diff)
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>
Diffstat (limited to 'tools/libfdt/fdt_ro.c')
-rw-r--r--tools/libfdt/fdt_ro.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/libfdt/fdt_ro.c b/tools/libfdt/fdt_ro.c
new file mode 100644
index 0000000000..8a9735a48c
--- /dev/null
+++ b/tools/libfdt/fdt_ro.c
@@ -0,0 +1,2 @@
+#include "fdt_host.h"
+#include "../scripts/dtc/libfdt/fdt_ro.c"