diff options
| author | Luca Weiss <[email protected]> | 2025-06-11 13:51:24 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-24 07:54:51 -0600 |
| commit | 13043a2339a098df276443e418b43ad4e7db190f (patch) | |
| tree | 1c4c4def4ee7e17caae92a28a40bca15b275013d /doc | |
| parent | 6746e81ba62556efea0d74b14985edd6c1eb6fda (diff) | |
doc: board/qualcomm: Replace buildman build instructions
This command does not work as described in this doc, so replace it with
a regular make with qcom_defconfig, as already used for other
defconfigs.
Signed-off-by: Luca Weiss <[email protected]>
Reviewed-by: Casey Connolly <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Casey Connolly <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/qualcomm/board.rst | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/board/qualcomm/board.rst b/doc/board/qualcomm/board.rst index 64427ba5be7..23159f2091d 100644 --- a/doc/board/qualcomm/board.rst +++ b/doc/board/qualcomm/board.rst @@ -23,10 +23,7 @@ Installation ------------ Build ^^^^^ - - $ ./tools/buildman/buildman -o .output qcom - -This will build ``.output/u-boot-nodtb.bin`` using the ``qcom_defconfig``. +We will build ``u-boot-nodtb.bin`` from the u-boot source tree. Generate FIT image (optional) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -81,9 +78,10 @@ Steps: - Build u-boot -As above:: +Use the following commands:: - ./tools/buildman/buildman -o .output qcom + make CROSS_COMPILE=aarch64-linux-gnu- O=.output qcom_defconfig + make CROSS_COMPILE=aarch64-linux-gnu- O=.output -j$(nproc) Or for db410c (and other boards not supported by the generic target):: |
