Files
odroid-linux/lib/fdt_empty_tree.c
T
Mark SalterandMatt Fleming adaf568784 lib: add fdt_empty_tree.c
CONFIG_LIBFDT support does not include fdt_empty_tree.c which is
needed by arm64 EFI stub. Add it to libfdt_files.

Signed-off-by: Mark Salter <[email protected]>
Signed-off-by: Leif Lindholm <[email protected]>
Acked-by: Catalin Marinas <[email protected]>
Signed-off-by: Matt Fleming <[email protected]>
2014-04-30 19:49:37 +01:00

3 lines
80 B
C

#include <linux/libfdt_env.h>
#include "../scripts/dtc/libfdt/fdt_empty_tree.c"