Skip to content

Commit

Permalink
fix(rockchip): fix documentation in how build bl31 in AARCH64
Browse files Browse the repository at this point in the history
Rockchip Aarch64 SoCs expect TF-A's BL31

Change-Id: Ie74be32e2bd24c4de38990791b4a03d2b7695b4d
Signed-off-by: Michael Trimarchi <[email protected]>
  • Loading branch information
panicking committed Jan 15, 2024
1 parent e12b765 commit 6611e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plat/rockchip.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6611e81

Please sign in to comment.