layerscape: define only one package for ls-rcw

We do not have to define package for each board, and
consider variant's building/installing.
It is easier to maintain ls-rcw with only one package
installing all boards RCW binaries as intermediate
files, each of which is just about hundreds of bytes.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
This commit is contained in:
Yangbo Lu
2020-04-01 16:47:41 +08:00
committed by Petr Štetiar
parent e12ec82e44
commit 084c82c5b0
3 changed files with 28 additions and 80 deletions

View File

@@ -25,7 +25,7 @@ define Package/tfa-layerscape/Config
SECTION:=boot
CATEGORY:=Boot Loaders
TITLE:=$(2)
DEPENDS:=@TARGET_layerscape_armv8_64b +layerscape-rcw-$(1)
DEPENDS:=@TARGET_layerscape_armv8_64b +layerscape-rcw
HIDDEN:=1
VARIANT:=$(1)
BIN_BL2:=$(3)