imx: imx8qm: imx8qm_mek switch to binman

Switch to use binman to pack images

Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com>
This commit is contained in:
Oliver Graute 2022-11-04 16:03:40 +01:00 committed by Stefano Babic
parent 61c57b614e
commit 4aa738823c
4 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,8 @@
* Copyright 2018, 2021 NXP
*/
#include "imx8qm-u-boot.dtsi"
&{/imx8qm-pm} {
u-boot,dm-spl;

View File

@ -68,6 +68,7 @@ config TARGET_GIEDI
config TARGET_IMX8QM_MEK
bool "Support i.MX8QM MEK board"
select BINMAN
select BOARD_LATE_INIT
select IMX8QM
select FSL_CAAM

View File

@ -40,7 +40,7 @@ And copy the following firmwares to U-Boot folder:
Build U-Boot
============
$ make imx8qm_mek_defconfig
$ make flash.bin
$ make
Flash the binary into the SD card
=================================

View File

@ -23,6 +23,8 @@ CONFIG_SYS_LOAD_ADDR=0x80280000
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80200000
CONFIG_REMAKE_ELF=y
CONFIG_FIT=y
CONFIG_FIT_EXTERNAL_OFFSET=0x3000
CONFIG_OF_BOARD_SETUP=y
CONFIG_OF_SYSTEM_SETUP=y
CONFIG_BOOTDELAY=3