* [PATCH] Documentation: boards: k3: fix typo in build instructions
@ 2025-07-07 8:56 Ahmad Fatoum
2025-08-05 8:36 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread
* Re: [PATCH] Documentation: boards: k3: fix typo in build instructions
2025-07-07 8:56 [PATCH] Documentation: boards: k3: fix typo in build instructions Ahmad Fatoum
@ 2025-08-05 8:36 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2025-08-05 8:36 UTC (permalink / raw)
To: barebox, Ahmad Fatoum
On Mon, 07 Jul 2025 10:56:36 +0200, Ahmad Fatoum wrote:
> 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.
>
>
> [...]
Applied, thanks!
[1/1] Documentation: boards: k3: fix typo in build instructions
https://git.pengutronix.de/cgit/barebox/commit/?id=a170a6f8692b (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-05 9:07 UTC | newest]
Thread overview: 2+ messages (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
2025-08-05 8:36 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox