From 7ab7adf75cf5b360799adef535d231f159bcfb68 Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Tue, 20 Apr 2021 11:18:54 +0800 Subject: [PATCH] uboot-sunxi: add missing atf variable for h5 devices --- package/boot/uboot-sunxi/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/boot/uboot-sunxi/Makefile b/package/boot/uboot-sunxi/Makefile index ccbcecc4ce..5c27407d15 100644 --- a/package/boot/uboot-sunxi/Makefile +++ b/package/boot/uboot-sunxi/Makefile @@ -276,6 +276,7 @@ define U-Boot/nanopi_r1s_h5 BUILD_DEVICES:=friendlyarm_nanopi-r1s-h5 DEPENDS:=+PACKAGE_u-boot-nanopi_r1s_h5:arm-trusted-firmware-sunxi-a64 UENV:=a64 + ATF:=a64 endef define U-Boot/pine64_plus