]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MAKEALL: fix get_target_arch() to adjust to '-' in Status field
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 6 Apr 2015 02:12:28 +0000 (11:12 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:38:16 +0000 (14:38 +0200)
commitf702c8549ab6461dc1e4faeaa18c47ac1a0a4043
tree9f3101de4ecbe3c8482d88a4610053d45f2ec660
parentf57a82888b7a8816872164c4f25dbd28477c0740
MAKEALL: fix get_target_arch() to adjust to '-' in Status field

Since the Kconfig conversion, boards.cfg scanned by MAKEALL is
generated by tools/genboardscfg.py.  Every board is supposed to have
its own MAINTAINERS that contains maintainer and status information,
but, in fact, MAINTAINERS is missing from some boards.

For such boards, the first field, Status, is filled with '-'.
It causes a problem for "set" command, which ignores '-' in its
arguments.  Consequently, get_target_arch() returns a wrong field
and MAKEALL fails to get a correct toolchain.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
MAKEALL