summaryrefslogtreecommitdiff
path: root/boot/uboot/uboot.mk
diff options
context:
space:
mode:
Diffstat (limited to 'boot/uboot/uboot.mk')
-rw-r--r--boot/uboot/uboot.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index f68bdbecfa..d88634567e 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -262,6 +262,9 @@ define UBOOT_BUILD_CMDS
cp -f $(BINARIES_DIR)/rk3399m0.bin $(@D)/rk3399m0.bin
cp -f $(BINARIES_DIR)/bl31.bin $(@D)/bl31-rk3399.bin
)
+ $(if $(BR2_TARGET_UBOOT_LION),
+ cp -f $(BINARIES_DIR)/bl31.bin $(@D)/bl31-rk3368.bin
+ )
$(if $(BR2_TARGET_UBOOT_PX30EVB),
cp -f $(BINARIES_DIR)/bl31.elf $(@D)/bl31.elf
)