From: Roy Franz Date: Thu, 9 Jan 2014 01:54:19 +0000 (-0800) Subject: efi: Add shared FDT related functions for ARM/ARM64 X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~14^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=263b4a30bfdb0d756ae9c70c6ff2eef1eb951770;p=pandora-kernel.git efi: Add shared FDT related functions for ARM/ARM64 Both ARM and ARM64 stubs will update the device tree that they pass to the kernel. In both cases they primarily need to add the same UEFI related information, so the function can be shared. Create a new FDT related file for this to avoid use of architecture #ifdefs in efi-stub-helper.c. Signed-off-by: Roy Franz [ Fixed memory node deletion code. ] Signed-off-by: Mark Rutland Signed-off-by: Leif Lindholm Acked-by: Grant Likely Acked-by: Catalin Marinas Signed-off-by: Matt Fleming --- Reading git-diff-tree failed