]> git.baikalelectronics.ru Git - uboot.git/commit
sunxi: Makefile: Drop explicit targets built by binman
authorSimon Glass <sjg@chromium.org>
Sun, 19 Jul 2020 19:56:05 +0000 (13:56 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 29 Jul 2020 01:30:39 +0000 (19:30 -0600)
commitfc3e37412226c6e25808c0f6bb072a8c249fbf97
tree3555d778fd9564e8f946ec9028babcc5438f56bb
parentd7aca9f5cd95e063f4ab3a6668539eeb8cdbf38d
sunxi: Makefile: Drop explicit targets built by binman

On sunxi various files that need to be created by binman. It does not make
sense to enumerate these in the Makefile. They are described in the
configuration (devicetree) for each board and we can simply run binman
(always) to generate them.

This avoid sprinkling the Makefile with arch-specific code.

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile