From 7e5a875fff7dfe65d7d884dff924fcc25e6cee06 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 19 Jul 2019 11:30:21 +0200 Subject: Compile libfdt for barebox libfdt can be useful for very early device tree parsing, so compile it for barobox aswell. This is done the same way as done in the Kernel: we put C files with the same name as in libfdt into lib/ and just include the libfdt files from there. Signed-off-by: Sascha Hauer --- lib/fdt_wip.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/fdt_wip.c (limited to 'lib/fdt_wip.c') diff --git a/lib/fdt_wip.c b/lib/fdt_wip.c new file mode 100644 index 0000000000..45b3fc3d3b --- /dev/null +++ b/lib/fdt_wip.c @@ -0,0 +1,2 @@ +#include +#include "../scripts/dtc/libfdt/fdt_wip.c" -- cgit v1.2.3