commit | 9d3262b2127eb2dc3f22b38d596136f08bb0fee5 | [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 | 890a4e8c9e23420ae03ac7bded354ead7d90a95a [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>