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 <n...@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

Attachment: signature.asc
Description: PGP signature

Reply via email to