U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] imx: priblob: Fix build break
@ 2026-05-11  7:47 Ye Li
  2026-05-13 10:05 ` Peng Fan
  0 siblings, 1 reply; 2+ messages in thread
From: Ye Li @ 2026-05-11  7:47 UTC (permalink / raw)
  To: festevam, u-boot, peng.fan; +Cc: uboot-imx, ye.li

Add config.h to fix CAAM_BASE_ADDR undeclared build error when
CONFIG_CMD_PRIBLOB enabled.

Signed-off-by: Ye Li <ye.li@nxp.com>
---
 arch/arm/mach-imx/priblob.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-imx/priblob.c b/arch/arm/mach-imx/priblob.c
index 65924483bc8..c22435c1676 100644
--- a/arch/arm/mach-imx/priblob.c
+++ b/arch/arm/mach-imx/priblob.c
@@ -10,6 +10,7 @@
  * to decrypt an encrypted boot image.
  */
 
+#include <config.h>
 #include <asm/io.h>
 #include <command.h>
 #include <fsl_sec.h>
-- 
2.37.1


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

* Re: [PATCH] imx: priblob: Fix build break
  2026-05-11  7:47 [PATCH] imx: priblob: Fix build break Ye Li
@ 2026-05-13 10:05 ` Peng Fan
  0 siblings, 0 replies; 2+ messages in thread
From: Peng Fan @ 2026-05-13 10:05 UTC (permalink / raw)
  To: Ye Li; +Cc: festevam, u-boot, peng.fan, uboot-imx, ye.li

On Mon, May 11, 2026 at 03:47:12PM +0800, Ye Li wrote:
>Add config.h to fix CAAM_BASE_ADDR undeclared build error when
>CONFIG_CMD_PRIBLOB enabled.
>
>Signed-off-by: Ye Li <ye.li@nxp.com>

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

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

end of thread, other threads:[~2026-05-13 10:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-11  7:47 [PATCH] imx: priblob: Fix build break Ye Li
2026-05-13 10:05 ` Peng Fan

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