]> git.baikalelectronics.ru Git - kernel.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)
commite159d8a905420d73e1743fd7972199c68735b6ad
treed27b3499597135c9ad3b92e98330e845260afef8
parent646cf7ee5f9780d038ddeb0aba0fbb1435cffff2
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]