]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
MAKEALL: rename boards_by_* functions to targets_by_*
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 21 Oct 2013 02:11:28 +0000 (11:11 +0900)
committerTom Rini <trini@ti.com>
Fri, 8 Nov 2013 14:38:24 +0000 (09:38 -0500)
commit8948794a273a6b4925d1acc5788ce804f0ceb410
tree81d90d489e00787263d7744293a608e6463a8a63
parent8e5a2d4257ec040c7a82b4ea941b7c10e5c10b6d
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>
MAKEALL