diff options
author | Frieder Schrempf <frieder.schrempf@kontron.de> | 2023-01-19 12:20:39 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-01-27 18:31:59 +0100 |
commit | 1402f1dcee07bd87953f247cd61d1ebc00ae2d1f (patch) | |
tree | 123f3878518230b5c6d0938e28b07ca0e7c28181 /doc | |
parent | 888ff2eae7417c6fbc1521332836cbebb66d2af1 (diff) | |
download | u-boot-1402f1dcee07bd87953f247cd61d1ebc00ae2d1f.tar.gz u-boot-1402f1dcee07bd87953f247cd61d1ebc00ae2d1f.tar.bz2 u-boot-1402f1dcee07bd87953f247cd61d1ebc00ae2d1f.zip |
doc: sl-mx8mm: Add CROSS_COMPILE to U-Boot make call and improve comment
Add the CROSS_COMPILE flag as we assume we build in a cross environment.
Also improve the comment about copying the binary to SD card.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/board/kontron/sl-mx8mm.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/board/kontron/sl-mx8mm.rst b/doc/board/kontron/sl-mx8mm.rst index 8b29cbba67..702db60fe3 100644 --- a/doc/board/kontron/sl-mx8mm.rst +++ b/doc/board/kontron/sl-mx8mm.rst @@ -81,9 +81,9 @@ Build U-Boot .. code-block:: bash $ make kontron-sl-mx8mm_defconfig - $ make + $ make CROSS_COMPILE=aarch64-linux-gnu- -Burn the flash.bin to SD card at an offset of 33 KiB: +Copy the flash.bin to SD card at an offset of 33 KiB: .. code-block:: bash |