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>
This commit is contained in:
Masahiro Yamada
2020-04-16 18:30:16 +09:00
committed by Simon Glass
parent d202f67db0
commit bcbdab70a2
4 changed files with 6 additions and 932 deletions

2
tools/libfdt/fdt_ro.c Normal file
View File

@@ -0,0 +1,2 @@
#include "fdt_host.h"
#include "../scripts/dtc/libfdt/fdt_ro.c"