libfdt: include fdt_addresses.c

In the implementation of kexec_file_loaded-based kdump for arm64,
fdt_appendprop_addrrange() will be needed.

So include fdt_addresses.c in making libfdt.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Frank Rowand <frowand.list@gmail.com>
Signed-off-by: Will Deacon <will@kernel.org>
This commit is contained in:
AKASHI Takahiro
2019-12-09 12:03:44 +09:00
committed by Will Deacon
parent 46cf053efe
commit c273a2bd8a
2 changed files with 3 additions and 1 deletions

2
lib/fdt_addresses.c Normal file
View File

@@ -0,0 +1,2 @@
#include <linux/libfdt_env.h>
#include "../scripts/dtc/libfdt/fdt_addresses.c"