summaryrefslogtreecommitdiff
path: root/doc/board
diff options
context:
space:
mode:
authorOliver Graute <oliver.graute@kococonnector.com>2022-11-04 16:03:38 +0100
committerStefano Babic <sbabic@denx.de>2022-11-09 17:12:32 +0100
commit5a878c9472ef37cda7028a0c21ff7c2364aaff96 (patch)
tree90e4a55bbc0af31fdcfe7a43e776d8dcfd0bea75 /doc/board
parent55be8433d56172d189306f64fe606f9131183cef (diff)
imx: imx8qm: cgtqmx8: switch to binman
Switch to use binman to pack images Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com> Reviewed-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'doc/board')
-rw-r--r--doc/board/congatec/cgtqmx8.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/board/congatec/cgtqmx8.rst b/doc/board/congatec/cgtqmx8.rst
index bccdef2f16..16711a844d 100644
--- a/doc/board/congatec/cgtqmx8.rst
+++ b/doc/board/congatec/cgtqmx8.rst
@@ -57,8 +57,7 @@ Build U-Boot
$ export ATF_LOAD_ADDR=0x80000000
$ export BL33_LOAD_ADDR=0x80020000
$ make cgtqmx8_defconfig
- $ make u-boot.bin
- $ make flash.bin
+ $ make
Flash the binary into the SD card
---------------------------------