rpi: use constant "unknown board" DT filename
authorStephen Warren <swarren@wwwdotorg.org>
Fri, 25 Mar 2016 04:15:17 +0000 (22:15 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 1 Apr 2016 21:17:42 +0000 (17:17 -0400)
commit29937caab33274251542c308e69678433cdd7348
tree805f0540e63d5a420b1411cf09effb6d38f4cb3f
parentadb91ec72b85e1e50e5593828732174576e19d44
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>
board/raspberrypi/rpi/rpi.c