diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2020-06-28 21:40:06 +0300 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-07-28 15:52:44 +0200 |
commit | 444b107118212b4b5e822b9eb0937019dde1a4a1 (patch) | |
tree | 4f287585632f837f422a8c9d5454eddbe78e4cc6 /package/boot/uboot-rockchip | |
parent | bcd7a0c0959545983b52ba3b038f17ec5f218847 (diff) | |
download | upstream-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/Makefile | 2 |
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 |