diff options
author | Ahmad Fatoum <ahmad@a3f.at> | 2022-05-02 08:53:46 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2022-05-03 09:07:19 +0200 |
commit | d702f02594f33a27be16246ef8ba892d0d895928 (patch) | |
tree | 2ff1b59c185c217a44a26e8637936d868c3ed447 /Documentation | |
parent | 2b3958731d134481040e681e220bcc1aa76a7c65 (diff) | |
download | barebox-d702f02594f33a27be16246ef8ba892d0d895928.tar.gz barebox-d702f02594f33a27be16246ef8ba892d0d895928.tar.xz |
Documentation: boards: stm32mp: elaborate on how to build
The docs only show how to configure, not how to build the configuration.
Add the missing info to make this more evident.
Reported-by: https://stackoverflow.com/users/18074165/fila2016
Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
Link: https://lore.barebox.org/20220502065346.1804502-1-ahmad@a3f.at
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/boards/stm32mp.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/boards/stm32mp.rst b/Documentation/boards/stm32mp.rst index 6f4b14049a..0c9615b290 100644 --- a/Documentation/boards/stm32mp.rst +++ b/Documentation/boards/stm32mp.rst @@ -28,7 +28,9 @@ Building barebox There's a single ``stm32mp_defconfig`` for all STM32MP boards:: - make ARCH=arm stm32mp_defconfig + export ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- + make stm32mp_defconfig + make The resulting images will be placed under ``images/``:: |