imx: imx8qxp: giedi 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:41 +01:00 committed by Stefano Babic
parent 4aa738823c
commit dcbc4ae9d6
4 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,8 @@
* Copyright 2019 Siemens AG
*/
#include "imx8qxp-u-boot.dtsi"
&{/imx8qx-pm} {
u-boot,dm-spl;

View File

@ -62,6 +62,7 @@ config TARGET_DENEB
config TARGET_GIEDI
bool "Support i.MX8QXP Capricorn Giedi board"
select BINMAN
select BOARD_LATE_INIT
select FACTORYSET
select IMX8QXP

View File

@ -8,7 +8,7 @@
/* Boot from SD, sector size 0x400 */
BOOT_FROM SD 0x400
BOOT_FROM sd
/* SoC type IMX8QX */
SOC_TYPE IMX8QX
/* Append seco container image */

View File

@ -26,6 +26,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