u-boot-brain/tools/libfdt/fdt_ro.c
Masahiro Yamada bcbdab70a2 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>
2020-04-26 14:23:39 -06:00

3 lines
64 B
C

#include "fdt_host.h"
#include "../scripts/dtc/libfdt/fdt_ro.c"