diff options
author | Oliver Graute | 2022-11-04 16:03:38 +0100 |
---|---|---|
committer | Stefano Babic | 2022-11-09 17:12:32 +0100 |
commit | 5a878c9472ef37cda7028a0c21ff7c2364aaff96 (patch) | |
tree | 90e4a55bbc0af31fdcfe7a43e776d8dcfd0bea75 /board/congatec | |
parent | 55be8433d56172d189306f64fe606f9131183cef (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 'board/congatec')
-rw-r--r-- | board/congatec/cgtqmx8/imximage.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/congatec/cgtqmx8/imximage.cfg b/board/congatec/cgtqmx8/imximage.cfg index 5ecde0c5309..43035088e37 100644 --- a/board/congatec/cgtqmx8/imximage.cfg +++ b/board/congatec/cgtqmx8/imximage.cfg @@ -4,8 +4,8 @@ */ -/* Boot from SD, sector size 0x400 */ -BOOT_FROM SD 0x400 +BOOT_FROM sd + /* SoC type IMX8QM */ SOC_TYPE IMX8QM /* Append seco container image */ |