layerscape: define only one package for ls-mc

We do not have to define package for each board, and
consider variant's installing.
It is easier to maintain ls-mc with only one package
installing all two images as intermediate files.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
This commit is contained in:
Yangbo Lu
2020-03-14 14:25:33 +08:00
committed by Petr Štetiar
parent 99091f6796
commit 2e61c4ac1f
2 changed files with 11 additions and 23 deletions

View File

@@ -191,7 +191,7 @@ define Device/ls1088ardb
DEVICE_MODEL := LS1088A-RDB
DEVICE_VARIANT := Default
DEVICE_PACKAGES += \
layerscape-mc-ls1088ardb \
layerscape-mc \
layerscape-dpl-ls1088ardb \
tfa-ls1088ardb \
restool
@@ -218,7 +218,7 @@ define Device/ls1088ardb-sdboot
DEVICE_MODEL := LS1088A-RDB
DEVICE_VARIANT := SD Card Boot
DEVICE_PACKAGES += \
layerscape-mc-ls1088ardb \
layerscape-mc \
layerscape-dpl-ls1088ardb \
tfa-ls1088ardb-sdboot \
restool
@@ -244,7 +244,7 @@ define Device/ls2088ardb
DEVICE_VENDOR := NXP
DEVICE_MODEL := LS2088ARDB
DEVICE_PACKAGES += \
layerscape-mc-ls2088ardb \
layerscape-mc \
layerscape-dpl-ls2088ardb \
tfa-ls2088ardb \
restool