aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fdt_addresses.c
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2019-12-09 12:03:44 +0900
committerWill Deacon <will@kernel.org>2020-01-08 16:59:19 +0000
commitc273a2bd8aa81b72e48736c3aa51f7ffeae39925 (patch)
treed27b3499597135c9ad3b92e98330e845260afef8 /lib/fdt_addresses.c
parent46cf053efec6a3a5f343fead837777efe8252a46 (diff)
downloadlinux-c273a2bd8aa81b72e48736c3aa51f7ffeae39925.tar.gz
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>
Diffstat (limited to 'lib/fdt_addresses.c')
-rw-r--r--lib/fdt_addresses.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/fdt_addresses.c b/lib/fdt_addresses.c
new file mode 100644
index 0000000000000..23610bcf390b7
--- /dev/null
+++ b/lib/fdt_addresses.c
@@ -0,0 +1,2 @@
+#include <linux/libfdt_env.h>
+#include "../scripts/dtc/libfdt/fdt_addresses.c"