]> asedeno.scripts.mit.edu Git - linux.git/commit
libfdt: include fdt_addresses.c
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Mon, 9 Dec 2019 03:03:44 +0000 (12:03 +0900)
committerWill Deacon <will@kernel.org>
Wed, 8 Jan 2020 16:59:19 +0000 (16:59 +0000)
commitc273a2bd8aa81b72e48736c3aa51f7ffeae39925
treed27b3499597135c9ad3b92e98330e845260afef8
parent46cf053efec6a3a5f343fead837777efe8252a46
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>
lib/Makefile
lib/fdt_addresses.c [new file with mode: 0644]