commit | 11629305043c513454c4ccb4fc384a1bfe610647 | [log] [tgz] |
---|---|---|
author | Leif Lindholm <leif.lindholm@linaro.org> | Tue Jan 20 16:34:38 2015 +0000 |
committer | Matt Fleming <matt.fleming@intel.com> | Tue Jan 20 22:41:56 2015 +0000 |
tree | 7fb7e453569f1f51dadc34cf910b9bbfb05872e1 | |
parent | 613782b0875269b6f849e3344a789e647414a434 [diff] |
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>