commit | 323690d23be14fa4b7be8bd2961810df6fe42138 | [log] [tgz] |
---|---|---|
author | Paul Cercueil <paul@crapouillou.net> | Sun Sep 06 21:29:28 2020 +0200 |
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | Fri Sep 18 16:32:19 2020 +0200 |
tree | f7b61f7495b314fc546e52f6c2e92fd98a844026 | |
parent | 13a0ea28e8c698cc0d600fdeed8da3e4d478b97e [diff] |
MIPS: generic: Support booting with built-in or appended DTB The plat_get_fdt() checked that the kernel was booted using UHI before reading the 'fw_passed_dtb' variable. However, this variable is also set when the DT has been appended, or when it has been built into the kernel. Support these usecases by removing the UHI check. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>