mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-10 06:58:08 +09:00
Changes introduced in the upstream version of libfdt pulled in by commit91feabc2e2("scripts/dtc: Update to upstream commit b06e55c88b9b") use the strnlen() function, which isn't currently available to the EFI name- space. Add it to the EFI namespace to avoid a linker error. Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Rob Herring <robh@kernel.org> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Will Deacon <will.deacon@arm.com> (cherry picked from commit7f4e346263) Signed-off-by: Amit Pundir <amit.pundir@linaro.org>