[U-Boot] [PATCH v2] MAKEALL: fix get_target_arch() to adjust to '-' in Status field

Simon Glass sjg at chromium.org
Wed Apr 1 04:39:57 CEST 2015


Hi Masahiro,

On 30 March 2015 at 05:59, Masahiro Yamada
<yamada.masahiro at socionext.com> wrote:
> 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 at socionext.com>
>   - Improve git description

Should we perhaps apply the patch to deprecate MAKEALL?

Regards,
Simon


More information about the U-Boot mailing list