[PATCH 05/16] doc: board: ti: k3: Reuse build instructions

Tom Rini trini at konsulko.com
Thu Jul 27 16:08:21 CEST 2023


On Thu, Jul 27, 2023 at 03:00:16AM -0500, Nishanth Menon wrote:

> Introduce common variables to define a generic build instruction that is
> then used in specific board specific description.
> 
> Labels are introduced in the evm.rst files to be then reused in variant
> board documentation as well.
> 
> Signed-off-by: Nishanth Menon <nm at ti.com>
[snip]
>   $ # inside trusted-firmware-a source
> - $ make CROSS_COMPILE=$CC64 ARCH=aarch64 PLAT=k3 \
> -        TARGET_BOARD={lite|generic|j784s4} \
> -        SPD=opteed
> + $ make CROSS_COMPILE=$CC64 ARCH=aarch64 PLAT=k3 SPD=opteed $TFA_EXTRA_ARGS\

Missing space (and this happens in the op-tee section too).

>   $ # inside u-boot source
> - $ make ARCH=arm {SOC}_evm_a{53,72}_defconfig
> + $ make ARCH=arm $UBOOT_CFG_CORTEXA

We don't want to set ARCH= in U-Boot and it can be harmful even.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20230727/3497c571/attachment.sig>


More information about the U-Boot mailing list