U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] imx9: container.cfg: Guard tee.bin inclusion
@ 2025-02-27 16:50 Fabio Estevam
  2025-02-27 23:40 ` Peng Fan
  2025-03-13 19:58 ` Fabio Estevam
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2025-02-27 16:50 UTC (permalink / raw)
  To: peng.fan; +Cc: ye.li, trini, u-boot, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

Guard the inclusion of tee.bin with the CONFIG_OPTEE symbol to fix the
following build warning:

  CHECK    u-boot-container.cfgout
WARNING './tee.bin' not found, resulting binary may be not-functional
  BINMAN  .binman_stamp
  OFCHK   .config

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm/mach-imx/imx9/container.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-imx/imx9/container.cfg b/arch/arm/mach-imx/imx9/container.cfg
index 91a973161d10..a018c365c821 100644
--- a/arch/arm/mach-imx/imx9/container.cfg
+++ b/arch/arm/mach-imx/imx9/container.cfg
@@ -12,4 +12,6 @@ IMAGE A55 bl31.bin 0x204C0000
 IMAGE A55 bl31.bin 0x204E0000
 #endif
 IMAGE A55 u-boot.bin CONFIG_TEXT_BASE
+#ifdef CONFIG_OPTEE
 IMAGE A55 tee.bin 0x96000000
+#endif
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [PATCH] imx9: container.cfg: Guard tee.bin inclusion
  2025-02-27 16:50 [PATCH] imx9: container.cfg: Guard tee.bin inclusion Fabio Estevam
@ 2025-02-27 23:40 ` Peng Fan
  2025-03-13 19:58 ` Fabio Estevam
  1 sibling, 0 replies; 3+ messages in thread
From: Peng Fan @ 2025-02-27 23:40 UTC (permalink / raw)
  To: Fabio Estevam
  Cc: Ye Li, trini@konsulko.com, u-boot@lists.denx.de, Fabio Estevam

> Subject: [PATCH] imx9: container.cfg: Guard tee.bin inclusion
> 
> From: Fabio Estevam <festevam@denx.de>
> 
> Guard the inclusion of tee.bin with the CONFIG_OPTEE symbol to fix
> the following build warning:
> 
>   CHECK    u-boot-container.cfgout
> WARNING './tee.bin' not found, resulting binary may be not-functional
>   BINMAN  .binman_stamp
>   OFCHK   .config
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Reviewed-by: Peng Fan <peng.fan@nxp.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] imx9: container.cfg: Guard tee.bin inclusion
  2025-02-27 16:50 [PATCH] imx9: container.cfg: Guard tee.bin inclusion Fabio Estevam
  2025-02-27 23:40 ` Peng Fan
@ 2025-03-13 19:58 ` Fabio Estevam
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2025-03-13 19:58 UTC (permalink / raw)
  To: peng.fan; +Cc: ye.li, trini, u-boot, Fabio Estevam

On Thu, Feb 27, 2025 at 1:50 PM Fabio Estevam <festevam@gmail.com> wrote:
>
> From: Fabio Estevam <festevam@denx.de>
>
> Guard the inclusion of tee.bin with the CONFIG_OPTEE symbol to fix the
> following build warning:
>
>   CHECK    u-boot-container.cfgout
> WARNING './tee.bin' not found, resulting binary may be not-functional
>   BINMAN  .binman_stamp
>   OFCHK   .config
>
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Applied to u-boot-imx/next, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-03-13 19:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27 16:50 [PATCH] imx9: container.cfg: Guard tee.bin inclusion Fabio Estevam
2025-02-27 23:40 ` Peng Fan
2025-03-13 19:58 ` Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox