commit | 5d3c4ba19f0537313aa23f29894bc05952f08206 | [log] [tgz] |
---|---|---|
author | Tuomas Tynkkynen <tuomas@tuxera.com> | Mon Jan 23 01:34:39 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 24 10:33:53 2017 -0500 |
tree | 7d37723f0ba8a44d9f3a0fcdee52a0677fffb0b7 | |
parent | 919b485834a746cf839ccded41e456d17d57a31f [diff] |
rpi: Fix device tree path on ARM64 The directory structure of device tree files produced by the kernel's 'make dtbs_install' is different on ARM64, the RPi3 device tree file is in a 'broadcom' subdirectory there. Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com> Acked-by: Stephen Warren <swarren@wwwdotorg.org>