]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MAKEALL: fix a bug to use CROSS_COMPILE_<ARCH>
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Mon, 21 Oct 2013 02:11:26 +0000 (11:11 +0900)
committerTom Rini <trini@ti.com>
Fri, 8 Nov 2013 14:38:24 +0000 (09:38 -0500)
commit54d1f5048a1f69b6a62c4eaf2d232fcaa35e443c
treeb7279d2da077b893bf17bdcf25bb0617a526e31b
parent23d6410c2dc1fc9ce330b020b6287c2e1e334761
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>
MAKEALL