mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH] Documentation: boards: k3: fix typo in build instructions
Date: Mon,  7 Jul 2025 10:56:36 +0200	[thread overview]
Message-ID: <20250707085636.4019256-1-a.fatoum@pengutronix.de> (raw)

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




                 reply	other threads:[~2025-07-07  9:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250707085636.4019256-1-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox