diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-04-16 12:30:16 +0300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2020-04-26 23:23:39 +0300 |
commit | bcbdab70a2863355aa1b9a39abdd973202abc818 (patch) | |
tree | c8f9635a68d874a5e8ad75f14412158a0f3d20ba /tools/libfdt | |
parent | d202f67db0771247de562af5d6a5df778702857b (diff) | |
download | u-boot-bcbdab70a2863355aa1b9a39abdd973202abc818.tar.xz |
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')
-rw-r--r-- | tools/libfdt/fdt_ro.c | 2 |
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" |