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

On tegra 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