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)
commite6eca3a916bacd885d977771c55d054a3ec8a1fd
tree3555d778fd9564e8f946ec9028babcc5438f56bb
parent3be8ba5ea54c8fdb25690cb427a98040da854045
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