From 6611e81e14ed4aa16844e3865fd8a9f6fa99a074 Mon Sep 17 00:00:00 2001 From: Michael Trimarchi Date: Sun, 14 Jan 2024 09:30:10 +0100 Subject: [PATCH] fix(rockchip): fix documentation in how build bl31 in AARCH64 Rockchip Aarch64 SoCs expect TF-A's BL31 Change-Id: Ie74be32e2bd24c4de38990791b4a03d2b7695b4d Signed-off-by: Michael Trimarchi --- docs/plat/rockchip.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plat/rockchip.rst b/docs/plat/rockchip.rst index b7c43fbe17..01cf176d6c 100644 --- a/docs/plat/rockchip.rst +++ b/docs/plat/rockchip.rst @@ -35,7 +35,7 @@ these images need to get build from the TF-A repository. For AARCH64 architectures the build command looks like - make CROSS_COMPILE=aarch64-linux-gnu- PLAT=rk3399 bl32 + make CROSS_COMPILE=aarch64-linux-gnu- PLAT=rk3399 bl31 while AARCH32 needs a slightly different command