The file starts with defining and exporting CROSS_COMPILE_32 and CROSS_COMPILE_64 environment variables, which are used for building the individual components of the boot chain.
CROSS_COMPILE should be set to the $variable, so it expands correctly. Signed-off-by: Ahmad Fatoum <a.fat...@pengutronix.de> --- Reported by a user on IRC. --- Documentation/boards/ti-k3-am62x.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/boards/ti-k3-am62x.rst b/Documentation/boards/ti-k3-am62x.rst index a78fffdb7f4b..8fa7bfae7a1d 100644 --- a/Documentation/boards/ti-k3-am62x.rst +++ b/Documentation/boards/ti-k3-am62x.rst @@ -37,7 +37,7 @@ Building barebox for the Cortex-A53 processors The BeaglePlay image is built as part of the ``multi_v8_defconfig``:: - export ARCH=arm CROSS_COMPILE=CROSS_COMPILE_64 + export ARCH=arm CROSS_COMPILE=$CROSS_COMPILE_64 make multi_v8_defconfig make cp images/barebox-beagleplay.img $TI_BOOT/barebox.bin -- 2.39.5