efi: Don't look for chosen@0 node on DT platforms
authorLeif Lindholm <leif.lindholm@linaro.org>
Tue, 20 Jan 2015 16:34:38 +0000 (16:34 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 20 Jan 2015 22:41:56 +0000 (22:41 +0000)
commit11629305043c513454c4ccb4fc384a1bfe610647
tree7fb7e453569f1f51dadc34cf910b9bbfb05872e1
parent613782b0875269b6f849e3344a789e647414a434
efi: Don't look for chosen@0 node on DT platforms

Due to some scary special case handling noticed in drivers/of, various
bits of the ARM* EFI support patches did duplicate looking for @0
variants of various nodes. Unless on an ancient PPC system, these are
not in fact required. Most instances have become refactored out along
the way, this removes the last one.

Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
drivers/firmware/efi/efi.c