commit | 042ff5c6d568503d7ce268095aa65848fe9be176 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Mon Oct 21 11:11:26 2013 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Nov 08 09:38:24 2013 -0500 |
tree | b7279d2da077b893bf17bdcf25bb0617a526e31b | |
parent | 4a3f1f45c3f145474a1bebf925441952b02c23a8 [diff] |
MAKEALL: fix a bug to use CROSS_COMPILE_<ARCH> Commit 27af930e changed the boards.cfg format but missed to change get_target_arch() fuction. This commit adjusts it for CROSS_COMPILE_<ARCH> to work correctly. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>