diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2024-10-04 11:40:44 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-04 09:00:47 -0600 |
commit | af69289d61876d8e62449ee2da2dc6683bcb8198 (patch) | |
tree | d518fd78a5286509afc9043d64ece524a461472a /board/sunxi/README.sunxi64 | |
parent | 1b1ffda4207125c5bc618d4b0ca718b52cf7a4c0 (diff) | |
download | u-boot-af69289d61876d8e62449ee2da2dc6683bcb8198.tar.gz u-boot-af69289d61876d8e62449ee2da2dc6683bcb8198.tar.bz2 u-boot-af69289d61876d8e62449ee2da2dc6683bcb8198.zip |
Update directories for new name of TF-A directories
The TF-A URL was updated, as a result the name of the
directory changed as part of the new git URL and not
all the referenced directories were updated.
Fixes: 0ec0207fe07 ("Update the ARM trusted firmware git URL")
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Diffstat (limited to 'board/sunxi/README.sunxi64')
-rw-r--r-- | board/sunxi/README.sunxi64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/sunxi/README.sunxi64 b/board/sunxi/README.sunxi64 index 1e4fec62b2..125a2e88e0 100644 --- a/board/sunxi/README.sunxi64 +++ b/board/sunxi/README.sunxi64 @@ -12,7 +12,7 @@ file describes how to make full use of the 64-bit capabilities. Quick Start / Overview ====================== - Build the ARM Trusted Firmware binary (see "ARM Trusted Firmware (ATF)" below) - $ cd /src/arm-trusted-firmware + $ cd /src/trusted-firmware-a $ make PLAT=sun50i_a64 DEBUG=1 bl31 - Build the SCP firmware binary (see "SCP firmware (Crust)" below) $ cd /src/crust @@ -49,7 +49,7 @@ $ make PLAT=sun50i_a64 DEBUG=1 bl31 The resulting binary is build/sun50i_a64/debug/bl31.bin. Either put the location of this file into the BL31 environment variable or copy this to the root of your U-Boot build directory (or create a symbolic link). -$ export BL31=/src/arm-trusted-firmware/build/sun50i_a64/debug/bl31.bin +$ export BL31=/src/trusted-firmware-a/build/sun50i_a64/debug/bl31.bin (adjust the actual path accordingly) The platform target "sun50i_a64" covers all boards with either an Allwinner A64 or H5 SoC (since they are very similar). For boards with an Allwinner H6 |