]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
MAKEALL: fix boards_by_field function
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 21 Oct 2013 02:11:27 +0000 (11:11 +0900)
committerTom Rini <trini@ti.com>
Fri, 8 Nov 2013 14:38:24 +0000 (09:38 -0500)
commit8e5a2d4257ec040c7a82b4ea941b7c10e5c10b6d
tree239321341a15a4ff0fd80f1485adc00280ad4763
parent54d1f5048a1f69b6a62c4eaf2d232fcaa35e443c
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>
MAKEALL