diff options
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | 2019-12-09 06:03:44 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2020-01-08 19:59:19 +0300 |
commit | c273a2bd8aa81b72e48736c3aa51f7ffeae39925 (patch) | |
tree | d27b3499597135c9ad3b92e98330e845260afef8 /lib/fdt_addresses.c | |
parent | 46cf053efec6a3a5f343fead837777efe8252a46 (diff) | |
download | linux-c273a2bd8aa81b72e48736c3aa51f7ffeae39925.tar.xz |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/fdt_addresses.c b/lib/fdt_addresses.c new file mode 100644 index 000000000000..23610bcf390b --- /dev/null +++ b/lib/fdt_addresses.c @@ -0,0 +1,2 @@ +#include <linux/libfdt_env.h> +#include "../scripts/dtc/libfdt/fdt_addresses.c" |