From: Catalin Marinas Date: Tue, 8 Jul 2014 15:54:18 +0000 (+0100) Subject: efi: fdt: Do not report an error during boot if UEFI is not available X-Git-Tag: cleanup-for-v3.18~227^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29e2435fd6d71e0136e2c2ff0433b7dbeeaaccfd;p=pandora-kernel.git efi: fdt: Do not report an error during boot if UEFI is not available Currently, fdt_find_uefi_params() reports an error if no EFI parameters are found in the DT. This is however a valid case for non-UEFI kernel booting. This patch checks changes the error reporting to a pr_info("UEFI not found") when no EFI parameters are found in the DT. Signed-off-by: Catalin Marinas Acked-by: Leif Lindholm Tested-by: Leif Lindholm Signed-off-by: Matt Fleming --- Reading git-diff-tree failed