aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-rockchip
diff options
context:
space:
mode:
authorLucian Cristian <lucian.cristian@gmail.com>2020-06-28 21:40:06 +0300
committerDavid Bauer <mail@david-bauer.net>2020-07-28 15:52:44 +0200
commit444b107118212b4b5e822b9eb0937019dde1a4a1 (patch)
tree4f287585632f837f422a8c9d5454eddbe78e4cc6 /package/boot/uboot-rockchip
parentbcd7a0c0959545983b52ba3b038f17ec5f218847 (diff)
downloadupstream-444b107118212b4b5e822b9eb0937019dde1a4a1.tar.gz
upstream-444b107118212b4b5e822b9eb0937019dde1a4a1.tar.bz2
upstream-444b107118212b4b5e822b9eb0937019dde1a4a1.zip
atf-rockchip: update to 2.3
also install the firmware for all the supported boards Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com> [fix ATF blob path in uboot-rockchip] Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'package/boot/uboot-rockchip')
-rw-r--r--package/boot/uboot-rockchip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-rockchip/Makefile b/package/boot/uboot-rockchip/Makefile
index b99d051fcf..6e4139b098 100644
--- a/package/boot/uboot-rockchip/Makefile
+++ b/package/boot/uboot-rockchip/Makefile
@@ -35,7 +35,7 @@ UBOOT_TARGETS := \
UBOOT_CONFIGURE_VARS += USE_PRIVATE_LIBGCC=yes
UBOOT_MAKE_FLAGS += \
- BL31=$(STAGING_DIR_IMAGE)/bl31.elf
+ BL31=$(STAGING_DIR_IMAGE)/rk3399_bl31.elf
define Build/Configure
$(SED) s/subdir.*pylibfdt//g $(PKG_BUILD_DIR)/scripts/dtc/Makefile