mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Documentation: boards: k3: fix typo in build instructions
@ 2025-07-07  8:56 Ahmad Fatoum
  0 siblings, 0 replies; only message in thread
From: Ahmad Fatoum @ 2025-07-07  8:56 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-07-07  9:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-07  8:56 [PATCH] Documentation: boards: k3: fix typo in build instructions Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox