U-Boot: add DEPENDS for rock-pi-4[abc]

The U-Boot build for rock-pi-4[abc] was recently changed to add information
for UEFI. The build now DEPENDS on gnutls-native.

U-Boot: e86c789ca372 ("rockpi4: board: Add firmware image information for capsule updates")

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
This commit is contained in:
Trevor Woerner 2023-01-28 11:40:13 -05:00
parent 5f06c7c018
commit 8891ea386a

View File

@ -5,6 +5,8 @@ do_compile:append:rock2-square () {
fi
}
DEPENDS:append:rock-pi-4 = " gnutls-native"
ATF_DEPENDS ??= ""
EXTRA_OEMAKE:append:rk3399 = " BL31=${DEPLOY_DIR_IMAGE}/bl31-rk3399.elf"