commit | 93970cea991c559cee050b927f87396d4db078c1 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Thu Mar 24 22:15:17 2016 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 17:17:42 2016 -0400 |
tree | 805f0540e63d5a420b1411cf09effb6d38f4cb3f | |
parent | 3ef844a1e36b3dbeb8868842c4c130d440b8cb47 [diff] |
rpi: use constant "unknown board" DT filename To simplify support for new SoCs, just use a constant filename for the unknown case. In practice this case shouldn't be hit anyway, so the filename isn't relevant, and certainly doesn't need to differentiate between SoCs. If a user has an as-yet-unknown board, they can override this value in the environment anyway. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> Reviewed-by: Tom Rini <trini@konsulko.com>