commit | 890a4e8c9e23420ae03ac7bded354ead7d90a95a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Oct 21 11:11:27 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Nov 08 09:38:24 2013 -0500 |
tree | 239321341a15a4ff0fd80f1485adc00280ad4763 | |
parent | 042ff5c6d568503d7ce268095aa65848fe9be176 [diff] |
MAKEALL: fix boards_by_field function Commit 27af930e changed the boards.cfg format and it changed boards_by_field() function incorrectly. For tegra cpus it returned Board Name field, not Target field. This commit restores the behavior prior to 27af930e in the right way. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>