commit | 8948794a273a6b4925d1acc5788ce804f0ceb410 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Oct 21 11:11:28 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Nov 08 09:38:24 2013 -0500 |
tree | 81d90d489e00787263d7744293a608e6463a8a63 | |
parent | 8e5a2d4257ec040c7a82b4ea941b7c10e5c10b6d [diff] |
MAKEALL: rename boards_by_* functions to targets_by_* We expect boards_by_* function to return the 7th filed, 'Target', not the 6th field, 'Board name'. So the function names, boards_by_* are a little misleading, and should be renamed to targets_by_*. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>