aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/tfa-layerscape/Makefile
diff options
context:
space:
mode:
authorYangbo Lu <yangbo.lu@nxp.com>2020-04-01 16:47:41 +0800
committerPetr Štetiar <ynezz@true.cz>2020-05-07 12:53:06 +0200
commit084c82c5b0910c44c3eabb55edf2dfc00a3b5987 (patch)
tree54cb580b1df7e73c08bafdeb349b4315483dab91 /package/boot/tfa-layerscape/Makefile
parente12ec82e4426447609e9d49813a249444342c19c (diff)
downloadupstream-084c82c5b0910c44c3eabb55edf2dfc00a3b5987.tar.gz
upstream-084c82c5b0910c44c3eabb55edf2dfc00a3b5987.tar.bz2
upstream-084c82c5b0910c44c3eabb55edf2dfc00a3b5987.zip
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>
Diffstat (limited to 'package/boot/tfa-layerscape/Makefile')
-rw-r--r--package/boot/tfa-layerscape/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/tfa-layerscape/Makefile b/package/boot/tfa-layerscape/Makefile
index d2da84ec15..9de0908528 100644
--- a/package/boot/tfa-layerscape/Makefile
+++ b/package/boot/tfa-layerscape/Makefile
@@ -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)